This Discord bot includes functionalities to manage invites within your server. It allows you to track and modify invites, set up automatic messages for new members, and more.
If you wish to support this endeavor, kindly consider contributing via my Patreon page. Alternatively, feel free to reach out to me on Discord or initiate a discussion for other donation methods.
This is not working just yet, still working on some errors with communites to fix this :)
- Track invites: Keep an eye on who's bringing new members to your server.
- Modify invites: Customize invite data as needed, such as marking them as invalid or adjusting their real count.
- Automatic messages: Set up automatic messages to be sent when new members join your server.
- Data management: Easily manage invite data with built-in utility functions.
- This should work on multiple servers!
- Clone this repository to your local machine.
- Install Node.js and npm if you haven't already.
- Install dependencies by running
npm install
in the project directory. - Configure your bot token and other settings in the
config.json
file. - Start the bot by running
node bot.js
in the terminal.
Once the bot is running and added to your Discord server, you can use various commands to interact with the invite manager features. Here are some example commands:
/invitetop
: Display the top inviters in the server./inviteinfo
: Show info about an invite link./inviteplayer
: View info about a users invites./invitesettings
: Edit this invite settings.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.