changed the temp attachment code

This commit is contained in:
2026-03-03 21:32:18 +00:00
parent ef5c45ce0a
commit 6941e1ca92

View File

@@ -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"); 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")) if (Utils.ContainsAny(content, $"{prefix}cmds"))