Repository for the discord bot of 42CTF
Go to file
Starthur c8004bed7f Change instruction for use docker-compose 2022-05-28 12:44:28 +02:00
src Add docker-compose 2022-05-28 12:24:10 +02:00
.dockerignore dockerfiles + env lice 2022-02-18 20:54:27 +01:00
.gitignore Add docker-compose 2022-05-28 12:24:10 +02:00
README.md Change instruction for use docker-compose 2022-05-28 12:44:28 +02:00
docker-compose.yaml Add docker-compose 2022-05-28 12:24:10 +02:00

README.md

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=<token_discord>
AUTH_TOKEN=<api_42CTF_token>

And then run it with :

docker-compose up -d