mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Fix missing function
This commit is contained in:
parent
83abca911e
commit
474ad85a46
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class School(commands.Cog):
|
|||
@commands.check(checks.allowedChannels)
|
||||
@help.Category(category=Category.School)
|
||||
async def eten(self, ctx, *day):
|
||||
day = self.getWeekDay(None if len(day) == 0 else day)[1]
|
||||
day = les.getWeekDay(None if len(day) == 0 else day)[1]
|
||||
|
||||
# Create embed
|
||||
menu = eten.etenScript(day)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue