From a2e0707ade189659b31f94200bf3ba5d865ad60b Mon Sep 17 00:00:00 2001 From: mctaylors <95250141+mctaylors@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:19:17 +0300 Subject: [PATCH] we do a little trolling (#26) --- EventHandler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/EventHandler.cs b/EventHandler.cs index 64bba20..4866f97 100644 --- a/EventHandler.cs +++ b/EventHandler.cs @@ -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() };