Implement emotes part 2

This commit is contained in:
Infi
2024-05-09 19:09:36 +02:00
parent 53cf79003b
commit b7286b8010
15 changed files with 328 additions and 17 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ public static class EmoteCache
private static readonly Dictionary<string, Emote> Cache = new();
private static readonly string[] EmoteCodeArray = [];
public static readonly string[] EmoteCodeArray = [];
static EmoteCache()
{