Forgot to start the timer for the Twitch live status check

This commit is contained in:
barelyprofessional
2025-08-20 16:37:57 -05:00
parent 00e09d7e7d
commit 155c9c2d36

View File

@@ -226,6 +226,7 @@ public class BotServices
//_twitch.OnStreamCommercial += OnTwitchStreamCommercial;
//_twitch.OnStreamTosStrike += OnTwitchStreamTosStrike;
//await _twitch.StartWsClient();
_twitch.StartLiveStatusCheck();
_logger.Info("Built Twitch Websocket connection for livestream notifications");
}