meme: bugfix misc: always flyday for Pony
This commit is contained in:
@@ -1376,6 +1376,9 @@ class Misc(commands.Cog):
|
||||
try:
|
||||
today: datetime.datetime = datetime.datetime.today()
|
||||
today_weekday: int = today.weekday()
|
||||
pony_uid: int = 1090545395110785085
|
||||
if ctx.author.id == pony_uid:
|
||||
return await ctx.respond("# FUCK YEAH, IT'S ALWAYS FLYDAY FOR U BBY")
|
||||
|
||||
if int(today_weekday) == 1:
|
||||
return await ctx.respond("# FUCK YEAH IT'S FLYDAY!")
|
||||
|
Reference in New Issue
Block a user