diff --git a/ChristmasEvent.py b/ChristmasEvent.py index ae16f6e..11e7d8c 100755 --- a/ChristmasEvent.py +++ b/ChristmasEvent.py @@ -167,7 +167,7 @@ class SafetyFilter: class ChristmasBot: # Store the last updated data to prevent unneeded updates. - last_updated_data = None + last_updated_data = [] def __init__(self): print("🎄 Initializing Christmas Helper...")