From 6941e1ca926e34c504bf787f65df48d472b050a2 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Tue, 3 Mar 2026 21:32:18 +0000 Subject: [PATCH] changed the temp attachment code --- Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index ea35616..0d03b9a 100644 --- a/Program.cs +++ b/Program.cs @@ -131,9 +131,9 @@ client.MessageService.MessageReceived += async (message) => await Utils.SendReplyAsync(channelCache, channelId, $"{pingMember} You can use this to join a planet: https://github.com/SkyJoshua/JoinPlanet"); }; - if (Utils.ContainsAny(content, $"{prefix}attach")) + if (Utils.ContainsAny(content, $"{prefix}uploads")) { - await Utils.SendReplyAsync(channelCache, channelId, $"{pingMember} Attachments are currently broken on Valour."); + await Utils.SendReplyAsync(channelCache, channelId, $"{pingMember} All uploads are currently broken on Valour. We are sorry for the inconvenience"); }; if (Utils.ContainsAny(content, $"{prefix}cmds"))