- Enroll a discord bot on discord developer portal
- Install docker (if not installed)
chmod +x installdocker.sh ./installdocker.sh # logout then login
- Generate env file from template
cp .env.template .env # modify BOT_TOKEN and GUILD_ID vi .env
- run docker
chmod +x rundocker.sh ./rundocker.sh
- run
/sync
command on your testing server
/help
Show help menu
/ping
Test bot is alive and get its latency
/ping_ctftime
Test CTFtime API is alive and get its latency
/sync
(GUILD ONLY) Sync commands to all servers
/ctf upcoming [limit_num]
Fetch upcoming events from CTFtime
/ctf nowrunning
Fetch nowrunning events from CTFtime
If there is any problem, feel free to contect us or using the issue/PR.
Email: [email protected]