mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user