mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-06 05:56:29 +03:00
Refactor guild data storage (#13)
Co-authored-by: mctaylors <volkovvladislav8@gmail.com>
This commit is contained in:
parent
f0a6c8faff
commit
7b8888dae3
24 changed files with 941 additions and 661 deletions
|
@ -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:";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue