Made Veadotube redemptions more user friendly
This commit is contained in:
@@ -36,6 +36,7 @@ using TwitchChatTTS.Chat.Commands.Limits;
|
||||
using TwitchChatTTS.Hermes.Socket.Requests;
|
||||
using TwitchChatTTS.Bus;
|
||||
using TwitchChatTTS.Veadotube;
|
||||
using TwitchChatTTS.Veadotube.Handlers;
|
||||
|
||||
// dotnet publish -r linux-x64 -p:PublishSingleFile=true --self-contained true
|
||||
// dotnet publish -r win-x64 -p:PublishSingleFile=true --self-contained true
|
||||
@@ -149,6 +150,8 @@ s.AddKeyedSingleton<MessageTypeManager<IWebSocketHandler>, SevenMessageTypeManag
|
||||
s.AddKeyedSingleton<SocketClient<WebSocketMessage>, SevenSocketClient>("7tv");
|
||||
|
||||
// Veadotube
|
||||
s.AddKeyedSingleton<IVeadotubeMessageHandler, FetchStatesHandler>("veadotube");
|
||||
|
||||
s.AddKeyedSingleton<MessageTypeManager<IWebSocketHandler>, VeadoMessageTypeManager>("veadotube");
|
||||
s.AddKeyedSingleton<SocketClient<object>, VeadoSocketClient>("veadotube");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user