From 482d7ea91f52fa52e2ece19442e4ef7b09099eaa Mon Sep 17 00:00:00 2001 From: mctaylors <95250141+mctaylors@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:03:28 +0300 Subject: [PATCH] Reply to "++++" with "#" (#22) --- EventHandler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/EventHandler.cs b/EventHandler.cs index 88a4e9c..23c6510 100644 --- a/EventHandler.cs +++ b/EventHandler.cs @@ -87,6 +87,7 @@ public static class EventHandler { "воооо" => message.ReplyAsync("`removing /...`"), "op ??" => message.ReplyAsync( "некоторые пасхальные цитаты которые вы могли найти были легально взяты у <@573772175572729876>"), + "++++" => message.ReplyAsync("#"), _ => new CommandProcessor(message).HandleCommandAsync() }; return Task.CompletedTask;