A Discord bot that adds a captcha verification system to protect your server from automated bots.
- Captcha Generation: Unique captcha images for new members.
- Language Support: Choose from multiple languages.
- Configuration Options: Easily customize settings in
config.json
. - Ban or Kick Option: Choose action on multiple failed attempts.
- Verification Role: Assign a role to verified users.
- Python 3.x
- Install required packages:
pip install -r requirements.txt
- Clone the repository:
git clone https://github.com/yourusername/discord-captcha-bot.git
- Navigate to the directory:
cd discord-captcha-bot
- Install packages:
pip install -r requirements.txt
- Configure the bot in
config.json
with your settings. - Run the bot:
python bot.py
Edit config.json
for bot token, prefix, language, and more.
New members receive a captcha image to solve upon joining.
Feel free to open issues or submit pull requests.
This project is licensed under the MIT License.
Note: Keep sensitive information like your bot token secure.