diff --git a/cogs/misc.py b/cogs/misc.py index c797c17..c0590a3 100644 --- a/cogs/misc.py +++ b/cogs/misc.py @@ -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: