Releases: hyperdargo/Discord-CTF-Bot
Releases · hyperdargo/Discord-CTF-Bot
Version 1.0.0
CTF Discord Bot v1.0.0
A lightweight Capture The Flag bot for Discord!
Admins can create/edit/delete challenges, and players can submit flags, earn dynamic points, and view leaderboards.
Included Files:
index.js– Main bot logic.env.example– Config templatepackage.json– Node dependenciesrequirements.txt– Optional requirements
Setup:
npm install- Rename
.env.exampleto.envand fill in values - Run the bot with:
node index.js
Admins must set
ADMIN_ROLE_IDin.envto use admin commands.