Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sefinek/is-discord-invitation-bot

A basic Discord.js bot created for monitoring messages sent on Discord servers and identifying any invitations to other servers.
https://github.com/sefinek/is-discord-invitation-bot

discord discord-bot discord-invitation discord-invitation-validator discord-js discordbot is-discord-guild is-discord-invitation is-discord-invite is-vaild-url validator

Last synced: about 1 month ago
JSON representation

A basic Discord.js bot created for monitoring messages sent on Discord servers and identifying any invitations to other servers.

Awesome Lists containing this project

README

        

# 🌿 Is-Discord-Invitation-BOT
Bot checking if messages contain an invitation to a Discord server.

# 🦊 How to use
1. Install [Node.js](https://nodejs.org/en/download).
2. Download the repository.
3. Rename `.env.example` to `.env` and fill in the values (your bot token).
4. Install dependencies: `npm install`.
5. Run the bot: `node index.js`.
6. Invite the bot to your server and enable required gateway intents.
7. Give the bot the `Manage Messages` permission.
8. Done!

# âž• Modules
- [discord.js@v14](https://www.npmjs.com/package/discord.js)
- [is-discord-invite@v3](https://www.npmjs.com/package/is-discord-invite)
- [dotenv](https://www.npmjs.com/package/dotenv)

# 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.