Ode is a Discord bot. This project houses all the code responsible for interacting with Discord.
Ode can do a lot of things!
- Pomodoro
- Animal pictures (dogs and cats)
- and more!
Add to Server: ode.rwies.com
- install docker, add run user to the docker group, restart
- Clone repo (ideally into dedicated user "ode", otherwise need to edit the service file)
sudo cp ode.service /etc/systemd/system
sudo systemctl daemon-reload
sudo systemctl edit ode
to add the environment variables
[Service]
Environment="DISCORD_BOT_TOKEN=..."
Environment="CATS_API_TOKEN=..."
Environment="DICTIONARY_API_TOKEN=..."
sudo systemctl start ode
sudo systemctl enable ode