mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Fix food api url, remove resto option
This commit is contained in:
parent
3c52d681b3
commit
f052885ae0
3 changed files with 8 additions and 16 deletions
|
|
@ -38,7 +38,7 @@ class Menu:
|
|||
embed = discord.Embed(colour=discord.Colour.blue())
|
||||
date_formatted = f"{lz(self._day.day)}/{lz(self._day.month)}/{self._day.year}"
|
||||
embed.set_author(name=f"Menu voor {self.day.lower()} {date_formatted}")
|
||||
embed.title = f"Resto {restos[self.resto]}"
|
||||
# embed.title = f"Resto {restos[self.resto]}"
|
||||
|
||||
if "gesloten" in self._menu[0].lower():
|
||||
embed.description = "Restaurant gesloten"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue