DISCLAIMER: "Chowder" is an entirely fictional character and does not represent the views or opinions of the bot's users or creators in any way.
- Create a bot in the Discord developer portal and grab its token
- Start a local Postgres database
- Create an
.env
file withDISCORD_TOKEN={your token}
, andDATABASE_URL={your db url}
- Invite your bot to your guild
- Edit the
guild
valueconfig.json
to your guild's name - Run
bot.py
using Python 3
- Run
docker build -t chowder-bot .
from the base directory after step 5. docker run chowder-bot
- Pushing to master will automatically build and deploy the bot to Heroku