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"))