Bot checking if messages contain an invitation to a Discord server.
- Install Node.js.
- Download the repository.
- Rename
.env.exampleto.envand fill in the values (your bot token). - Install dependencies:
npm install. - Run the bot:
node index.js. - Invite the bot to your server and enable required gateway intents.
- Give the bot the
Manage Messagespermission. - Done!
This project is licensed under the MIT License - see the LICENSE file for details.