Added several redemption actions. Added certain login features. Fixed OBS command. Added more logging.
This commit is contained in:
@ -29,6 +29,7 @@ namespace TwitchChatTTS.Hermes.Socket.Handlers
|
||||
if (message.AnotherClient)
|
||||
{
|
||||
_logger.Warning("Another client has connected to the same account.");
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -36,6 +37,8 @@ namespace TwitchChatTTS.Hermes.Socket.Handlers
|
||||
_logger.Information($"Logged in as {_user.TwitchUsername}.");
|
||||
}
|
||||
|
||||
_user.OwnerId = message.OwnerId;
|
||||
|
||||
await client.Send(3, new RequestMessage()
|
||||
{
|
||||
Type = "get_tts_voices",
|
||||
|
Reference in New Issue
Block a user