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:
barelyprofessional
2024-07-26 11:29:28 +10:00
parent 546b1d161a
commit 2340041a30

View File

@@ -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");
}
}