Fix missing function

pull/4/head
Stijn De Clercq 2020-10-23 22:20:40 +02:00
parent 83abca911e
commit 474ad85a46
1 changed files with 1 additions and 1 deletions

View File

@ -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)