This discord bot sends the Garching TUM Mensa lunch menu to a channel every day at a certain time.
In a .env
file specify
DISCORD_TOKEN=...
CHANNEL=...
Run via systemctl
:
cp discordbot.service ~/.config/systemd/user
systemctl --user enable discordbot.service
systemctl --user start discordbot.service
Check status:
systemctl --user status discordbot.service
Restart:
systemctl --user restart discordbot.service