diff --git a/KfChatDotNetBot/ChatBot.cs b/KfChatDotNetBot/ChatBot.cs index 1f2eea4..853ca98 100644 --- a/KfChatDotNetBot/ChatBot.cs +++ b/KfChatDotNetBot/ChatBot.cs @@ -34,7 +34,7 @@ public class ChatBot private int _joinFailures = 0; private Task _kfDeadBotDetection; private DateTime _lastReconnectAttempt = DateTime.UtcNow; - private List _scheduledDeletions; + private List _scheduledDeletions = []; private Task _scheduledAutoDeleteTask; public ChatBot()