Bot checking if messages contain an invitation to a Discord server.
- Install Node.js.
- Download the repository.
- Rename
.env.example
to.env
and 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 Messages
permission. - Done!
This project is licensed under the MIT License - see the LICENSE file for details.