1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-06 22:16:29 +03:00

Minor fixes

This commit is contained in:
mctaylors 2022-12-06 23:10:32 +03:00
parent 77c1e90ede
commit ba2f58e122
2 changed files with 3 additions and 4 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:";