Fix aiegnaionwg

This commit is contained in:
eek7574 2022-12-18 14:28:07 +00:00
parent c3042a9172
commit 362139633d

View file

@ -227,7 +227,7 @@ class TimeTableCog(commands.Cog):
await ctx.defer() await ctx.defer()
await self.update_timetable_message(ctx, date, no_prefix=True) await self.update_timetable_message(ctx, date, no_prefix=True)
if random.randint(1, 10) == 1: if random.randint(1, 10) == 1:
end_date = datetime(2023, 13, 7, 0, 0, 0, 0, tzinfo=timezone.utc) end_date = datetime(2023, 7, 13, 0, 0, 0, tzinfo=timezone.utc)
days_left = (end_date - datetime.now()).days days_left = (end_date - datetime.now()).days
await ctx.respond("There are only {:,} days before the end of this academic year.".format(days_left)) await ctx.respond("There are only {:,} days before the end of this academic year.".format(days_left))