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:
Tom
2024-08-07 22:01:04 +00:00
parent e4a11382ef
commit 6eb927ce5f
10 changed files with 162 additions and 84 deletions

View File

@@ -105,7 +105,7 @@ namespace TwitchChatTTS.Seven.Socket
if (!Connected)
{
await Task.Delay(30000);
await Task.Delay(TimeSpan.FromSeconds(30));
await Connect();
}
}