Removed the commented out Rainbet check. The first iteration was Websocket based, but it's now based on an API call so this is no longer needed.

This commit is contained in:
barelyprofessional
2024-08-10 00:29:19 +08:00
parent 5982858f8e
commit 6e0c100e11

View File

@@ -187,14 +187,6 @@ public class ChatBot
_jackpot = null!;
BuildJackpot();
}
// if (!_rainbet.IsConnected())
// {
// _logger.Error("Rainbet died, recreating it");
// _rainbet.Dispose();
// _rainbet = null!;
// BuildRainbet();
// }
}
catch (Exception e)
{