bugfix: Halloween command

12/25 isn't Christmas, apparently.  Who knew?
This commit is contained in:
2025-10-31 07:25:03 -04:00
parent 5d881369e9
commit a6e1bf29de

View File

@@ -248,7 +248,7 @@ class Misc(commands.Cog):
) # Invalid countdown from util
(days, hours, minutes, seconds, ms, _) = countdown
now: datetime.datetime = datetime.datetime.now()
if now.month == 12 and now.day == 25:
if now.month == 10 and now.day == 31:
return await ctx.respond("# IT IS HALLOWEEN!!!!!!!!\n-# GET ROWDY")
halloween_trans: dict = str.maketrans(emojis)
try: