Invite Messages

Sends customised messages showing who invited members when they join or leave.

Invite Messages announce who invited each member. When someone joins or leaves your server, Vaneta posts a customisable message in the channel you specify — including who invited them, which invite code was used, and how many invites the inviter has.

Leave either message empty to disable that side — for example, you can announce joins without announcing leaves.

The inviter is resolved by Vaneta’s built-in invite tracker, which also powers the /invites commands. The bot needs the Manage Server permission to read your server’s invites.

Variables

Variables are a type of placeholder that you can use in various module configurations that are later swapped out for their actual values. For example, if you wanted to mention the member who invited someone, you could use the {inviter} variable.

Currently, this module supports the following variables:

  • {user} - A mention of the member.
  • {username} - The username of the member.
  • {inviter} - A mention of the member who invited them.
  • {invites} - How many active invites the inviter has.
  • {code} - The invite code that was used.
  • {guild} - The name of the server.
  • {memberCount} - The number of members in the server.

If you have any ideas for new variables, please let us know in our Discord server!