Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 487 Bytes

File metadata and controls

10 lines (9 loc) · 487 Bytes

BunnyBotCTF-DiscordBot

🤖 A discord bot to track ctf progression and archive old ctf channels.

Usage

  1. Clone this repo
  2. Rename config/config.json.example to config/config.json and provide a valid Discord API Key.
  3. Download the container using docker pull ghcr.io/vincentscode/bunnybot:latest
  4. Start the container with your config using docker run -d -v $(pwd)/config:/usr/src/app/config ghcr.io/vincentscode/bunnybot:latest
  5. Add the Bot to your server
  6. Enjoy!