removed the upload command as uploads are working again

This commit is contained in:
2026-03-04 01:47:01 +00:00
parent c06ab814d0
commit 6e8ae4953b

View File

@@ -131,11 +131,6 @@ 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}uploads"))
{
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"))
{
await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} Here is a list of my commands: