we do a little trolling (#26)

This commit is contained in:
Macintxsh 2023-03-20 09:19:17 +03:00 committed by GitHub
parent 4cc00e01da
commit a2e0707ade
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()
}; };