A Discord Bot project for fun.
- Download repository
- Install Node.js
- In terminal, change to project directory and type "npm install discord.js"
- Uncomment out Local Host Save Files in index.js
- In save.js, comment out onlineSave() and uncomment localSave()
- Replace process.env.DISCORD_TOKEN in index.js to your Discord Bot token
- In terminal, change to project directory and type "node ."
- Clone and link repository to Heroku
- Add the following config vars to Heroku: ACCESS_KEY_ID, BUCKET, SECRET_ACCESS_KEY, DISCORD_TOKEN
- Add user___.json and items.json to your AWS S3 bucket/storage
- Turn on bot on Heroku