Check for empty as well
This commit is contained in:
@@ -167,7 +167,7 @@ class SafetyFilter:
|
|||||||
class ChristmasBot:
|
class ChristmasBot:
|
||||||
|
|
||||||
# Store the last updated data to prevent unneeded updates.
|
# Store the last updated data to prevent unneeded updates.
|
||||||
last_updated_data = None
|
last_updated_data = []
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
print("🎄 Initializing Christmas Helper...")
|
print("🎄 Initializing Christmas Helper...")
|
||||||
|
|||||||
Reference in New Issue
Block a user