Skip to content

$resetInvites

$resetInvites will reset the invites of a user.

Usage

$resetInvites[field[guildId];field[userId]]

Parameters

ParameterDescriptionTypeRequired
guildIdThe guild’s idstringfalse
userIdThe user’s idstringfalse

Example(s)

Resets the invites of a user

1
$resetInvites
2
//or
3
4
$resetInvites[$guildID;$authorID]