Invite tracker
- Make sure Husqy has the
View Audit Log
,Send Messages
,Embed Links
,Create invites
,Manage channels
andManage server
permissions;
- The Husqy invite tracker module supports:
Invite tracker variables
,User variables
,Channel variables
,Server variables
andOther variables
inside the join message content. - The Husqy invite tracker module supports:
Invite tracker variables
,User variables
,Server variables
andOther variables
inside the leave message content.
The invite tracker module is the best way to keep track of the invites in your server. See when users join and know who invited them and keep track of statistics. The invite tracker module also provides the ability for server administrator to set an invite link which all server members can request and share.
Enabling the module
In order to enable the invite tracker module you have to navigate to the Invite tracker dashboard. There you will be prompted with an option to enable the invite tracker module, a popup will appear prompting you to confirm the action.
Disabling the module
To disable the invite tracker module, navigate to the Invite tracker dashboard and turn of the switch at the top right of the screen, a popup will appear prompting you to confirm the action. All module data related to your server will be deleted.
Changing the module settings
To change the settings of the invite tracker module, navigate to the Invite tracker dashboard. Here, different settings will be shown which can be changed. After changing press the Save
button in the changes banner at the bottom of the screen to save the changes. The settings which can be changed are:
Join messages enabled
: If the join messages are enabled;Join messages channel
: The channel where the join messages are sent;Join message is embed
: If the join message content is an Husqy embed JSON config;Join message content
: The content to use for the join messages;Leave messages enabled
: If the leave messages are enabled;Leave messages channel
: The channel where the leave messages are sent;Leave message is embed
: If the leave message content is an Husqy embed JSON config;Leave message content
: The content to use for the leave messages;Prevent own invite code
: If users joining with their own generated invite code are prevented from counting towards their chats;Server shared invite link
: The shared invite link users can request;
Invite links
Husqy devides its logic into 2 different types of invite links, which may be used interchangeably:
- A normal Discord invite link;
- A known invite link. This type of link is of course a Discord invite link but one which is saved by Husqy to use for the invite tracker logic;
Creating invite links
Creating an invite link can be done by your server members in two ways:
- Using the standard Discord way to invite users;
- Using the
/invite_tracker create
command;
Users must have Administrator
or Create invite
permissions in order to use the /invite_tracker create
command.
Deleting invite links
Creating an invite link can be done by server administrators in two ways:
- Using the invite links overview on channels or the server to delete the invite links;
- Using the
/invite_tracker delete
command;
Users must have Administrator
permissions in order to use the /invite_tracker delete
command.
Listing known invite links
Listing invite links can be done in three ways:
- Using the standard Discord invites overview on channels or the server;
- Using the
/invite_tracker list
command; - Using the Invite tracker dashboard;
Users must have Administrator
permissions in order to use Invite tracker dashboard.
Shared server invite link
Server administrators can set a shared invite link in the Invite tracker dashboard. This can be usefull for large servers with a special invite link or an invite link which does not expire and you want to prevent users from creating their own invite links.
Server members can then use the /invite_tracker serverlink
command to get the configured shared invite link.
Statistics
The invite tracker module keeps track of the amount of joins and leaves related to an inviter. Users can request the statistics of an inviter by using the /invite_tracker stats
commands and providing the inviter to check the stats for.
These statistics are retained for 31 days, after this period they are removed.
Invite tracker variables
Invite tracker variables are additional Husqy variables which can only be used in the invite tracker module. Currently the following invite tracker variables are supported:
<inviter_id>
: The ID of the user who triggered the event (f.e. 868946730878632047)*;<inviter_mention>
: Will mention the user who triggered the event*;<inviter_nickname>
: The nickname of the user or No nickname if no nickname is set*;<inviter_display_name>
: The display name of the user (this will be the nickname if set. If there is no nickname set, this will return the global name. If there is no global name available it will be username of the user)*;<inviter_is_deaf>
: The deafend status of the user (this will be Deafend or Not deafend)*;<inviter_is_mute>
: The muted status of the user (this will be Muted or Not muted)*;<inviter_is_pending>
: If the user has passed the servers screening requirements (this will be Pending or Not pending)*;<inviter_joined_at>
: The date and time of when the user has joined the server based on the timezone setting set by the server. The format will be dd-mm-yyyy HH:MM:SS*;<inviter_premium_since>
: The date and time of when the user has become a premium server member based on the timezone setting set by the server. The format will be dd-mm-yyyy HH:MM:SS*;<inviter_roles>
: This will mention all roles that have been assigned to the user*;<inviter_communication_disabled_until>
: Will be None or the timeout set before this user is able to communicate again*;<inviter_avatar_url>
: The URL of the users avatar*;<current_invite_count>
: The current (or new on join event) invite count of the inviter;<invite_code>
: The invite code related to the event;
* User is in this case the inviter related to the event. F.e. if user a
joins using an invite created by user b
, user b
will be the inviter related to that event.
Additional info & commands
- To go to the Invite tracker dashboard, please do the following steps:
- Go to https://dashboard.husqy.xyz/;
- Select the target server;
- In the sidebar press the Invite tracker tab;
This module provides the following commands:
/invite_tracker create
;/invite_tracker stats
;/invite_tracker delete
;/invite_tracker list
;/invite_tracker serverlink
;