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:
parent
fc00558dce
commit
938f918445
8 changed files with 934 additions and 736 deletions
Boyfriend
|
@ -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:";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue