Large refactor and project restructuring
This commit is contained in:
11
PluralKit.Core/Utils/Emojis.cs
Normal file
11
PluralKit.Core/Utils/Emojis.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace PluralKit.Core {
|
||||
public static class Emojis {
|
||||
public static readonly string Warn = "\u26A0";
|
||||
public static readonly string Success = "\u2705";
|
||||
public static readonly string Error = "\u274C";
|
||||
public static readonly string Note = "\U0001f4dd";
|
||||
public static readonly string ThumbsUp = "\U0001f44d";
|
||||
public static readonly string RedQuestion = "\u2753";
|
||||
public static readonly string Bell = "\U0001F514";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user