Check for empty as well
This commit is contained in:
@@ -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...")
|
||||
|
||||
Reference in New Issue
Block a user