Fixed 7tv & Twitch reconnection. Added adbreak, follow, subscription handlers for Twitch. Added multi-chat support. Added support to unsubscribe from Twitch event subs.
This commit is contained in:
9
Chat/Commands/ICommandFactory.cs
Normal file
9
Chat/Commands/ICommandFactory.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using static TwitchChatTTS.Chat.Commands.TTSCommands;
|
||||
|
||||
namespace TwitchChatTTS.Chat.Commands
|
||||
{
|
||||
public interface ICommandFactory
|
||||
{
|
||||
ICommandSelector Build();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user