Ewww function def order

This commit is contained in:
nex 2022-11-06 21:39:18 +00:00
parent dc96f116be
commit b84f85cb81
2 changed files with 1 additions and 2 deletions

View file

@ -236,6 +236,7 @@ class TimeTableCog(commands.Cog):
text = self.format_timetable_message(date)
view = TimeTableDaySwitcherView(ctx.author, self, date)
view.update_buttons()
await ctx.respond(text, view=view)

View file

@ -197,5 +197,3 @@ class TimeTableDaySwitcherView(View):
self.user = user
self.cog = instance
self.current_date = date
self.update_buttons()