changed the temp attachment code
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user