$modifyInvite
$modifyInvite will modify an invite.
Usage
$modifyInvite[field[inviter];field[guildId];field[options];field[value]]Parameters
| Parameter | Description | Type | Required |
|---|---|---|---|
| inviter | The inviter’s id | string | true |
| guildId | The guild’s id | string | true |
| options | The options | string | true |
| value | The value | number | true |
Example(s)
Modifies the invite
1$modifyInvite[$authorID;$guildID;counts.total;10]