mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-06 22:16:29 +03:00
Minor fixes
This commit is contained in:
parent
77c1e90ede
commit
ba2f58e122
2 changed files with 3 additions and 4 deletions
|
@ -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