1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-21 05:00:56 +03:00

List supported languages if an invalid one is provided (#9)

Co-authored-by: l1ttleO <l1ttleofficial@outlook.com>
This commit is contained in:
Macintxsh 2022-12-09 14:39:21 +03:00 committed by GitHub
parent fc00558dce
commit 938f918445
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 934 additions and 736 deletions

View file

@ -2,7 +2,7 @@ namespace Boyfriend;
public static class ReplyEmojis {
public const string Success = ":white_check_mark:";
public const string Warning = ":warning: ";
public const string Warning = ":warning:";
public const string Error = ":x:";
public const string MissingArgument = ":keyboard:";
public const string InvalidArgument = ":construction:";