fix exam times

This commit is contained in:
nexy7574 2023-05-29 23:09:34 +01:00
parent c98b77eada
commit ad28f0fd6b

View file

@ -252,8 +252,8 @@ class TimeTableCog(commands.Cog):
@commands.slash_command(name="exams")
async def _exams(self, ctx: discord.ApplicationContext):
"""Shows when exams are."""
paper_1 = datetime(2023, 6, 14, 13, tzinfo=timezone.utc)
paper_2 = datetime(2023, 6, 21, 13, tzinfo=timezone.utc)
paper_1 = datetime(2023, 6, 14, 12, tzinfo=timezone.utc)
paper_2 = datetime(2023, 6, 21, 12, tzinfo=timezone.utc)
paper_1_url = "https://classroom.google.com/c/NTQ5MzE5ODg0ODQ2/m/NTUzNjI5NjAyMDQ2/details"
paper_2_url = "https://classroom.google.com/c/NTQ5MzE5ODg0ODQ2/m/NjA1Nzk3ODQ4OTg0/details"
response = await ctx.respond(