Add slash command, support multiple restos & add date to embed

This commit is contained in:
Stijn De Clercq 2021-09-26 22:12:52 +02:00
parent aae5616488
commit 73cc6aa0e9
4 changed files with 95 additions and 22 deletions

View file

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