1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 09:09:00 +03:00

Reply to "++++" with "#" (#22)

This commit is contained in:
Macintxsh 2023-01-26 18:03:28 +03:00 committed by GitHub
parent b1e43611de
commit 482d7ea91f
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,7 @@ public static class EventHandler {
"воооо" => message.ReplyAsync("`removing /...`"),
"op ??" => message.ReplyAsync(
"некоторые пасхальные цитаты которые вы могли найти были легально взяты у <@573772175572729876>"),
"++++" => message.ReplyAsync("#"),
_ => new CommandProcessor(message).HandleCommandAsync()
};
return Task.CompletedTask;