Inspired by https://medium.com/@goodatsports/how-to-make-a-simple-discord-bot-in-ruby-to-annoy-your-friends-f5d0438daa70
- Create Discord application
- Add bot to server
- Invite bot to your server
- https://discordapp.com/oauth2/authorize?client_id=&scope=bot&permissions=36703232
- https://discordapi.com/permissions.html#36703232
- Install docker and docker-compose.
- Clone repo
- Setup
.env
file (copy.env.sample
and fill it) - Check Makefile for available actions