A powerful and customizable Discord bot for user verification and registration, designed to streamline the member onboarding process in your server.
- User Verification System: Requires users to complete a secure verification process before gaining access.
- Role Management: Automatically assigns roles upon successful registration.
- Customizable Messages: Fully configurable messages to match your server's needs.
- Secure Verification: Sends a 6-digit verification code via direct message for security.
-
Clone the repository:
git clone https://github.com/senotron/discord-register-bot.git cd discord-register-bot -
Install the required dependencies:
npm install
-
Configure the bot:
- Rename
config.txttoconfig.json. - Fill in your bot token, role IDs, and other server-specific details.
- Rename
-
Start the bot:
node index.js
- Use the
/registercommand to send the registration embed in the configured channel. - Users can click "Send Code" to receive a 6-digit verification code via DM.
- After entering the code in the provided form, they will be successfully registered and assigned the appropriate role.
We welcome contributions! Fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
If you encounter any issues or have feature suggestions, please open an issue.
Created by Senan Shukurzade.