mirror of https://github.com/stijndcl/didier
Fix missing function
parent
83abca911e
commit
474ad85a46
|
@ -21,7 +21,7 @@ class School(commands.Cog):
|
||||||
@commands.check(checks.allowedChannels)
|
@commands.check(checks.allowedChannels)
|
||||||
@help.Category(category=Category.School)
|
@help.Category(category=Category.School)
|
||||||
async def eten(self, ctx, *day):
|
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
|
# Create embed
|
||||||
menu = eten.etenScript(day)
|
menu = eten.etenScript(day)
|
||||||
|
|
Loading…
Reference in New Issue