mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 09:09:00 +03:00
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`"),
|
"whoami" => message.ReplyAsync("`nobody`"),
|
||||||
"сука !!" => message.ReplyAsync("`root`"),
|
"сука !!" => message.ReplyAsync("`root`"),
|
||||||
"воооо" => message.ReplyAsync("`removing /...`"),
|
"воооо" => message.ReplyAsync("`removing /...`"),
|
||||||
|
"пон" => message.ReplyAsync("https://cdn.discordapp.com/attachments/837385840946053181/1087236080950055023/vUORS10xPaY-1.jpg"),
|
||||||
"++++" => message.ReplyAsync("#"),
|
"++++" => message.ReplyAsync("#"),
|
||||||
_ => new CommandProcessor(message).HandleCommandAsync()
|
_ => new CommandProcessor(message).HandleCommandAsync()
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue