Check for empty as well

This commit is contained in:
Alexander Dörflinger
2025-12-12 10:17:58 +01:00
parent 623e238222
commit 7c4532239e

View File

@@ -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...")