Disable the say command

This commit is contained in:
Runebaas 2018-10-30 19:53:50 +09:00
parent 458268bd41
commit e8546f37f2
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

View file

@ -22,8 +22,7 @@ namespace Geekbot.net.Commands.Admin
{ {
try try
{ {
await Context.Message.DeleteAsync(); await Context.User.SendMessageAsync("the `!say` command has been disabled since 2018/10/30");
await ReplyAsync(echo);
} }
catch (Exception e) catch (Exception e)
{ {