From 6e0c100e1105c2f6699e53d16c9d64f9df41af14 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sat, 10 Aug 2024 00:29:19 +0800 Subject: [PATCH] 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. --- KfChatDotNetBot/ChatBot.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/KfChatDotNetBot/ChatBot.cs b/KfChatDotNetBot/ChatBot.cs index bfbfe6f..5baa6ef 100644 --- a/KfChatDotNetBot/ChatBot.cs +++ b/KfChatDotNetBot/ChatBot.cs @@ -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) {