temporary attachment message
This commit is contained in:
@@ -131,6 +131,11 @@ 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"))
|
||||
{
|
||||
await Utils.SendReplyAsync(channelCache, channelId, $"{pingMember} Attachments are currently broken on Valour.");
|
||||
};
|
||||
|
||||
if (Utils.ContainsAny(content, $"{prefix}cmds"))
|
||||
{
|
||||
await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} Here is a list of my commands:
|
||||
|
||||
Reference in New Issue
Block a user