Added groups & permissions. Fixed TTS user creation. Better connection handling. Fixed 7tv reconnection.
This commit is contained in:
10
Chat/Emotes/IEmoteDatabase.cs
Normal file
10
Chat/Emotes/IEmoteDatabase.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace TwitchChatTTS.Chat.Emotes
|
||||
{
|
||||
public interface IEmoteDatabase
|
||||
{
|
||||
void Add(string emoteName, string emoteId);
|
||||
void Clear();
|
||||
string? Get(string emoteName);
|
||||
void Remove(string emoteName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user