Made Veadotube redemptions more user friendly
This commit is contained in:
8
Veadotube/Handlers/IVeadotubeMessageHandler.cs
Normal file
8
Veadotube/Handlers/IVeadotubeMessageHandler.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace TwitchChatTTS.Veadotube.Handlers
|
||||
{
|
||||
public interface IVeadotubeMessageHandler
|
||||
{
|
||||
string Name { get; }
|
||||
Task Handle(VeadoSocketClient client, VeadoPayloadMessage message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user