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

Parry "лан" flooders (#256)

Signed-off-by: Macintxsh <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2024-01-28 15:27:21 +03:00 committed by GitHub
parent af84f8853a
commit f034ede58d
Signed by: GitHub
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@ public class MessageCreateResponder : IResponder<IMessageCreate>
"пон" => "https://i.ibb.co/Kw6QVcw/parry.jpg",
"++++" => "#",
"осу" => "https://github.com/ppy/osu",
"лан" => "https://i.ibb.co/VYH2QLc/lan.jpg",
_ => default(Optional<string>)
});
return Task.FromResult(Result.FromSuccess());