forked from TeamInklings/Octobot
Reply to "++++" with "#" (#22)
This commit is contained in:
parent
b1e43611de
commit
482d7ea91f
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ public static class EventHandler {
|
|||
"воооо" => message.ReplyAsync("`removing /...`"),
|
||||
"op ??" => message.ReplyAsync(
|
||||
"некоторые пасхальные цитаты которые вы могли найти были легально взяты у <@573772175572729876>"),
|
||||
"++++" => message.ReplyAsync("#"),
|
||||
_ => new CommandProcessor(message).HandleCommandAsync()
|
||||
};
|
||||
return Task.CompletedTask;
|
||||
|
|
Reference in a new issue