mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Fix error in food
This commit is contained in:
parent
cdb8a04cde
commit
cbe1cf747f
2 changed files with 7 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ class School(commands.Cog):
|
|||
menu = eten.etenScript(day)
|
||||
embed = discord.Embed(colour=discord.Colour.blue())
|
||||
embed.set_author(name="Menu voor {}".format(day))
|
||||
|
||||
if "gesloten" in menu[0].lower():
|
||||
embed.description = "Restaurant gesloten"
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue