Telegram Bot which shows users of Eusoff Hall their meal menus for the current and next day.
Contains server logic and delivers telegram updates to bot logic.
Holds bot logic isolated from server code, can be expanded without touching server.
.env file should look sth like this:
# Environment Config
# store your secrets and config variables in here
SECRET=<anything, was testing>
MADE_WITH=<anything, was testing>
TELEGRAM_TOKEN=<your token>
PROJECT_NAME=<truth-mine>
GROUP_CHAT_ID=<anything, was testing>