A Node.js bot for automating the registration and verification of new users on a Discord server. Designed to help with smooth onboarding and user management.
- Automates user registration and verification process
- Customizable verification methods
- Discord API integration
- Easily scalable with Node.js
- Clone the repository:
git clone https://github.com/devxathena/discord-register-bot.git
- Install dependencies:
npm install
- Set up the
.env
file with your Discord bot token.
Start the bot:
npm start
- Node.js
- Discord API
This project is licensed under the MIT License.