Compare commits
1 Commits
5d881369e9
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a6e1bf29de |
@@ -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