Skip to content

๐Ÿง™โ€โ™‚๏ธ Wizbot is a Discord CAPTCHA bot designed to enhance server security by requiring new members to solve a CAPTCHA challenge before gaining access. ๐ŸŒŸ๐Ÿ”ฎ

Notifications You must be signed in to change notification settings

ShivgunGaming/wizbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

51 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Wizbot - CAPTCHABOT ๐Ÿง™โ€โ™‚๏ธ

Introduction

This Discord bot is designed to add a CAPTCHA verification process for new members joining a server. It helps in preventing spam or unauthorized access by requiring users to solve a CAPTCHA puzzle before gaining full access to the server.

Features

  • CAPTCHA verification for new members joining the server.
  • Customizable CAPTCHA text generation.
  • Automatic role assignment upon successful verification.
  • Timeout mechanism for CAPTCHA verification process.
  • Real-time verification feedback to the user.

Setup Instructions ๐Ÿ“

  1. Installation:

    • Clone this repository to your local machine.
    • Ensure you have Python 3.6 or higher installed.
  2. Dependencies:

    • Install the required dependencies using pip:
      pip install discord.py
  3. Bot Token:

    • Obtain a bot token from the Discord Developer Portal.
    • Replace 'TOKEN HERE' in the code with your bot token.
  4. Running the Bot:

    • Execute the bot script using Python:
      python main.py
    • Ensure the bot has necessary permissions to read/write messages, manage roles, and kick members.
  5. Customization:

    • Customize the CAPTCHA text generation logic in the generate_captcha_text() function to suit your needs.
    • Modify the verification process, such as timeout duration or role assignment, according to your server's requirements.

Usage ๐Ÿงฉ

  • When a new member joins the server, the bot sends them a direct message with a CAPTCHA challenge.
  • The member must solve the CAPTCHA within a specified time limit by replying to the bot's message with the correct text.
  • Upon successful verification, the member gains access to the server and is assigned a specified role.
  • If the verification fails (e.g., due to timeout), the bot removes the member from the server.

Inviting the Bot to Your Server ๐Ÿšช

To invite the Wizbot CAPTCHABOT to your server, use the following invite link: Invite Wizbot

  • Note: To assign roles, replace 'ROLE ID HERE' in the code with the actual role ID. Also, ensure the bot is placed on the top of the role hierarchy to ensure it can assign roles effectively.

Contributing ๐Ÿš€

Contributions are welcome! If you have suggestions, feature requests, or found a bug, feel free to open an issue or submit a pull request.

About

๐Ÿง™โ€โ™‚๏ธ Wizbot is a Discord CAPTCHA bot designed to enhance server security by requiring new members to solve a CAPTCHA challenge before gaining access. ๐ŸŒŸ๐Ÿ”ฎ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages