Chowder Discord Bot 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. Running locally Create a bot in the Discord developer portal and grab its token Start a local Postgres database Create an .env file with DISCORD_TOKEN={your token}, and DATABASE_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 Alternatively with Docker Run docker build -t chowder-bot . from the base directory after step 5. docker run chowder-bot Deploy/CI Pushing to master will automatically build and deploy the bot to Heroku