Skip to main content
The Invite Tracker allows administrators to monitor how members join the server, keep track of fake or leave-based invites, and reward users who invite others. Itโ€™s a powerful system for growing and moderating communities.

โš™๏ธ Permissions Required

You must have either the Administrator or Manage Server (ManageGuild) permission to use these commands.

โœจ Subcommands

๐ŸŽš๏ธ /invitetracker toggle [enabled]

Enables or disables the invite tracker.
  • enabled: True to enable, False to disable.

๐Ÿงช /invitetracker fake-treshold [treshold]

Sets the threshold in days for account age. Invites from accounts newer than this will be flagged as fake.
  • treshold: The minimum account age in days.
Example:
/invitetracker fake-treshold 7

๐Ÿงน /invitetracker reset-server-invites

Resets all invite counts for all users in the server. Use with caution.

๐ŸŽ /invitetracker add-bonus-invites <user> <invites>

Adds bonus invites to a user or a role.
  • user: A specific user or role.
  • invites: Number of bonus invites to add.
Example:
/invitetracker add-bonus-invites @User 5

โž– /invitetracker remove-bonus-invites <user> <invites>

Removes bonus invites from a user or a role.

๐Ÿšซ /invitetracker remove-fakes <user>

Removes fake invites attributed to a user or role.

๐Ÿšช /invitetracker remove-leaves <user>

Removes leave invites attributed to a user or role (when people who were invited leave the server).

๐Ÿ“„ /invitetracker variables

Displays all variables you can use in join and leave messages for invite logs. You can also visit the variables page for more details.

๐Ÿ“ข /invitetracker logs [channel]

Sets or displays the channel used for invite logging.
  • channel: The target channel for invite logs.

๐Ÿ“ /invitetracker edit-join-message

Edit the message that appears when someone joins using an invite.

๐Ÿ“ /invitetracker edit-leave-message

Edit the message that appears when someone leaves the server.

๐Ÿ“Š /invites

View your Total Invites, Bonus Invites and more in the server.

๐Ÿ“ƒ /invite-codes

View all of your invite links in the server.

๐Ÿ”” Notes

  • The system tracks real, fake, and leave-based invites.
  • Bonus invites can help you manually reward users without actual invites.
  • Use variables in custom messages to show dynamic info like {user}, {inviter}, {invites}, etc.