Skip to content

$inviteJoins

$inviteJoins will return the member ids who joined with the invite

Usage

$inviteJoins[field[code];field[guildId];field[separator]]

Parameters

ParameterDescriptionTypeRequired
codeThe invite codestringtrue
guildIdThe guild’s idstringfalse
separatorThe separator between the member idsstringfalse

Example(s)

Returns the member ids who joined with the invite

1
$inviteJoins[inviteCode;$guildID]