1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 00:43:36 +03:00
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-07-11 00:38:54 +05:00
parent 92a8d1da4b
commit 23c259d357
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -331,6 +331,7 @@ public class MessageCreateResponder : IResponder<IMessageCreate> {
"пон" =>
"https://cdn.discordapp.com/attachments/837385840946053181/1087236080950055023/vUORS10xPaY-1.jpg",
"++++" => "#",
"осу" => "https://github.com/ppy/osu",
_ => default(Optional<string>)
});
return Task.FromResult(Result.FromSuccess());