1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00
Signed-off-by: Macintxsh <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2024-01-27 22:56:24 +03:00 committed by GitHub
parent af84f8853a
commit 12943a6e2b
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://i.ibb.co/Kw6QVcw/parry.jpg",
"++++" => "#", "++++" => "#",
"осу" => "https://github.com/ppy/osu", "осу" => "https://github.com/ppy/osu",
"лан" => "https://i.ibb.co/VYH2QLc/lan.jpg"
_ => default(Optional<string>) _ => default(Optional<string>)
}); });
return Task.FromResult(Result.FromSuccess()); return Task.FromResult(Result.FromSuccess());