diff --git a/KfChatDotNetBot/Services/BotServices.cs b/KfChatDotNetBot/Services/BotServices.cs index 8af1413..2311dc9 100644 --- a/KfChatDotNetBot/Services/BotServices.cs +++ b/KfChatDotNetBot/Services/BotServices.cs @@ -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"); }