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.