$resetInvites
$resetInvites will reset the invites of a user.
Usage
$resetInvites[field[guildId];field[userId]]Parameters
| Parameter | Description | Type | Required |
|---|---|---|---|
| guildId | The guild’s id | string | false |
| userId | The user’s id | string | false |
Example(s)
Resets the invites of a user
1$resetInvites2//or3
4$resetInvites[$guildID;$authorID]