$guildBotCount
$guildBotCount
will return the amount of Bots in your guild.
Usage
$guildBotCount[guildID?]
Parameters
Field | Type | Description | Required |
---|---|---|---|
guildID? | number | Guild ID of the guild you want to retrieve the amount of bots. | false |
Example(s)
This will return the amount of bots in your guild:
1client.command({2 name: "guildBotCount",3 code: `4 $guildBotCount5 `6});