Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sefinek/is-discord-invitation-bot
- Owner: sefinek
- License: mit
- Created: 2023-09-07T01:39:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-30T10:29:04.000Z (3 months ago)
- Last Synced: 2024-12-06T10:54:34.834Z (about 1 month ago)
- Topics: discord, discord-bot, discord-invitation, discord-invitation-validator, discord-js, discordbot, is-discord-guild, is-discord-invitation, is-discord-invite, is-vaild-url, validator
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.