Skip to content

Releases: hyperdargo/Discord-CTF-Bot

Version 1.0.0

30 Apr 09:05
a314d9d

Choose a tag to compare


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 template
  • package.json – Node dependencies
  • requirements.txt – Optional requirements

Setup:

  1. npm install
  2. Rename .env.example to .env and fill in values
  3. Run the bot with: node index.js

Admins must set ADMIN_ROLE_ID in .env to use admin commands.