mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Add slash command, support multiple restos & add date to embed
This commit is contained in:
parent
aae5616488
commit
73cc6aa0e9
4 changed files with 95 additions and 22 deletions
|
|
@ -49,7 +49,7 @@ def etenScript(dag: datetime, resto: str = "sterre"):
|
|||
|
||||
for v in menu["vegetables"]:
|
||||
menuGroenten += ("* {}\n".format(v))
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
menuSoep += "Restaurant gesloten"
|
||||
menuGroenten += "Restaurant gesloten"
|
||||
menuHoofdgerechten += "Restaurant gesloten"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue