Disable the say command
This commit is contained in:
parent
458268bd41
commit
e8546f37f2
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ namespace Geekbot.net.Commands.Admin
|
|||
{
|
||||
try
|
||||
{
|
||||
await Context.Message.DeleteAsync();
|
||||
await ReplyAsync(echo);
|
||||
await Context.User.SendMessageAsync("the `!say` command has been disabled since 2018/10/30");
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue