CaptchaBot is a Python-based Discord bot designed to prevent spam and raids by requiring new users to solve a captcha before gaining access to your server.
- Easy-to-use captcha verification for new members
- Customizable captcha prompts and messages
- Automatic role assignment upon successful verification
- Protection against automated spam and raid attacks
- Simple setup and configuration
- Clone the repository:
git clone https://github.com/ida64/CaptchaBot.git cd CaptchaBot
- Install the required dependencies:
pip install -r requirements.txt
- Perform the first run to generate the configuration file:
python main.py
- Edit the
config.yaml
file to set your bot token guild specific settings.