discord bot to analyze and rank members' LoL profiles.
Generate a Discord Bot, a Riot Dev app and keep both Token.
On your server (or local dev environment) set those two tokens as environment variables.
Add those two lines in your .bashrc or equivalent:
export RIOT_API_TOKEN=XXX
export DISCORD_TOKEN=XXX
Run the app:
docker-compose up