mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Conditional access on the howlgg instance because there's a chance it'll be null if it is mid-reconnection
This commit is contained in:
@@ -409,7 +409,7 @@ public class KickBot
|
||||
KfClient.Reconnect().Wait(_cancellationToken);
|
||||
}
|
||||
_logger.Debug("Polling Bossman's Howl.gg stats");
|
||||
_howlgg.GetUserInfo("951905");
|
||||
_howlgg?.GetUserInfo("951905");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user