1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 00:43:36 +03:00

Added new reply message

This commit is contained in:
Macintxsh 2023-01-26 17:59:28 +03:00 committed by GitHub
parent b1e43611de
commit 3a6136b76f
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;