mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-13 01:22:43 -04:00
Added Flaresolverr for BetBolt as it appears to be necessary since the domain outage
This commit is contained in:
@@ -166,6 +166,7 @@ public class BotServices
|
||||
}
|
||||
_betBolt = new BetBolt(settings[BuiltIn.Keys.Proxy].Value, _cancellationToken);
|
||||
_betBolt.OnBetBoltBet += OnBetBoltBet;
|
||||
await _betBolt.RefreshCookies();
|
||||
await _betBolt.StartWsClient();
|
||||
_logger.Info("Built BetBolt Websocket connection");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user