Added hermes websocket support. Added chat command support. Added selectable voice command via websocket. Added websocket heartbeat management.
This commit is contained in:
12
Chat/Commands/ChatCommandResult.cs
Normal file
12
Chat/Commands/ChatCommandResult.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace TwitchChatTTS.Chat.Commands
|
||||
{
|
||||
public enum ChatCommandResult
|
||||
{
|
||||
Unknown = 0,
|
||||
Missing = 1,
|
||||
Success = 2,
|
||||
Permission = 3,
|
||||
Syntax = 4,
|
||||
Fail = 5
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user