mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Forgot to initialize scheduled deletions
This commit is contained in:
@@ -34,7 +34,7 @@ public class ChatBot
|
|||||||
private int _joinFailures = 0;
|
private int _joinFailures = 0;
|
||||||
private Task _kfDeadBotDetection;
|
private Task _kfDeadBotDetection;
|
||||||
private DateTime _lastReconnectAttempt = DateTime.UtcNow;
|
private DateTime _lastReconnectAttempt = DateTime.UtcNow;
|
||||||
private List<ScheduledAutoDeleteModel> _scheduledDeletions;
|
private List<ScheduledAutoDeleteModel> _scheduledDeletions = [];
|
||||||
private Task _scheduledAutoDeleteTask;
|
private Task _scheduledAutoDeleteTask;
|
||||||
|
|
||||||
public ChatBot()
|
public ChatBot()
|
||||||
|
|||||||
Reference in New Issue
Block a user