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

Fix CI alerts again

This commit is contained in:
Octol1ttle 2023-01-16 21:51:25 +05:00
parent 1f45a605d7
commit 558e05156c
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
5 changed files with 22 additions and 4 deletions

View file

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