Added Veadotube integration
This commit is contained in:
17
Veadotube/VeadoMessageTypeManager.cs
Normal file
17
Veadotube/VeadoMessageTypeManager.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using CommonSocketLibrary.Common;
|
||||
using CommonSocketLibrary.Socket.Manager;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Serilog;
|
||||
|
||||
namespace TwitchChatTTS.Veadotube
|
||||
{
|
||||
public class VeadoMessageTypeManager : WebSocketMessageTypeManager
|
||||
{
|
||||
public VeadoMessageTypeManager(
|
||||
[FromKeyedServices("veadotube")] IEnumerable<IWebSocketHandler> handlers,
|
||||
ILogger logger
|
||||
) : base(handlers, logger)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user