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

never ever

ever never edit via github editor

Signed-off-by: Macintxsh <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2024-01-27 22:59:11 +03:00 committed by GitHub
parent 12943a6e2b
commit c758cb7ef9
Signed by: GitHub
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +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" "лан" => "https://i.ibb.co/VYH2QLc/lan.jpg",
_ => default(Optional<string>) _ => default(Optional<string>)
}); });
return Task.FromResult(Result.FromSuccess()); return Task.FromResult(Result.FromSuccess());