Implement emotes part 2
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user