2022-05-27 14:30:58 +02:00
|
|
|
# Discord bot for 42CTF
|
|
|
|
|
|
|
|
This bot allows you to automatically assign the top1/top10/top50 roles on the 42CTF Discord server.
|
|
|
|
|
|
|
|
|
2022-05-28 13:35:09 +02:00
|
|
|
Create an `env_file` file containing :
|
2022-05-27 14:30:58 +02:00
|
|
|
```
|
|
|
|
DISCORD_TOKEN=<token_discord>
|
|
|
|
AUTH_TOKEN=<api_42CTF_token>
|
|
|
|
```
|
|
|
|
|
|
|
|
And then run it with :
|
|
|
|
```
|
2022-05-28 12:44:28 +02:00
|
|
|
docker-compose up -d
|
2022-05-27 14:30:58 +02:00
|
|
|
```
|