bugfix: Halloween command
12/25 isn't Christmas, apparently. Who knew?
This commit is contained in:
@@ -248,7 +248,7 @@ class Misc(commands.Cog):
|
|||||||
) # Invalid countdown from util
|
) # Invalid countdown from util
|
||||||
(days, hours, minutes, seconds, ms, _) = countdown
|
(days, hours, minutes, seconds, ms, _) = countdown
|
||||||
now: datetime.datetime = datetime.datetime.now()
|
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")
|
return await ctx.respond("# IT IS HALLOWEEN!!!!!!!!\n-# GET ROWDY")
|
||||||
halloween_trans: dict = str.maketrans(emojis)
|
halloween_trans: dict = str.maketrans(emojis)
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user