$guildVanityUses
$guildVanityUses
will return the uses of a vanity URL.
Usage
$guildVanityUses[guildID?]
Parameters
Field | Type | Description | Required |
---|---|---|---|
guildID? | number | The guild ID. | false |
Example(s)
This will return the uses of your guild’s vanity URL, if you have one:
1client.command({2 name: "guildVanityUses",3 code: `4 $guildVanityUses[$guildID]5 `6});