Repository for the discord bot of 42CTF
Go to file
Camille CAMBIUM a341a33f85 changing token to O_TOKEN 2023-05-06 03:47:23 +02:00
src changing token to O_TOKEN 2023-05-06 03:47:23 +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 org to local 2022-05-28 13:35:09 +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_file file containing :

DISCORD_TOKEN=<token_discord>
AUTH_TOKEN=<api_42CTF_token>

And then run it with :

docker-compose up -d