Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 751 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 751 Bytes

Ode

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

Long-term deployment

  1. install docker, add run user to the docker group, restart
  2. Clone repo (ideally into dedicated user "ode", otherwise need to edit the service file)
  3. sudo cp ode.service /etc/systemd/system
  4. sudo systemctl daemon-reload
  5. sudo systemctl edit ode to add the environment variables
[Service]
Environment="DISCORD_BOT_TOKEN=..."
Environment="CATS_API_TOKEN=..."
Environment="DICTIONARY_API_TOKEN=..."
  1. sudo systemctl start ode
  2. sudo systemctl enable ode