- Copy
heroku.env.sample
toheroku.env
and add in all the config options. - Run
heroku config:set $(cat heroku.env)
- Run
heroku addons:create mongolab:sandbox
- Do the first push, e.g.
git push heroku master
- Run
heroku ps:scale bot=1
- Use Heroku normally.
- Create a copy of
sample-prop.json
called 'prop.json' and put in your values. python3 bot.py
- docker-compose build
- docker-compose up bot-staging
#Remember not to version private keys!
You must have developer mode enabled on your Discord client in order to proceed.
- Go to User Settings on your Discord Client
- In the settings, go to Appearance
- One of the options should be named Developer Mode, toggle it on.
- You may now right click servers (guilds), channels, messages, and users and click Copy ID to get their Discord UID.