# Discord bot for 42CTF This bot allows you to automatically assign the top1/top10/top50 roles on the 42CTF Discord server. Create an `env.list` file containing : ``` DISCORD_TOKEN= AUTH_TOKEN= ``` And then run it with : ``` docker-compose up -d ```