Fixed raid spam prevention. Gave a proper error message when connecting to Twitch websockets without linking Twitch account to Twitch.
This commit is contained in:
@@ -105,7 +105,7 @@ namespace TwitchChatTTS.Seven.Socket
|
||||
|
||||
if (!Connected)
|
||||
{
|
||||
await Task.Delay(30000);
|
||||
await Task.Delay(TimeSpan.FromSeconds(30));
|
||||
await Connect();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user