forked from TeamInklings/Octobot
we do a little trolling (#26)
This commit is contained in:
parent
4cc00e01da
commit
a2e0707ade
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ public static class EventHandler {
|
|||
"whoami" => message.ReplyAsync("`nobody`"),
|
||||
"сука !!" => message.ReplyAsync("`root`"),
|
||||
"воооо" => message.ReplyAsync("`removing /...`"),
|
||||
"пон" => message.ReplyAsync("https://cdn.discordapp.com/attachments/837385840946053181/1087236080950055023/vUORS10xPaY-1.jpg"),
|
||||
"++++" => message.ReplyAsync("#"),
|
||||
_ => new CommandProcessor(message).HandleCommandAsync()
|
||||
};
|
||||
|
|
Reference in a new issue