Returns how many bots are in a server.
Last updated 2 years ago
$botCount[guildID]
This function has one param.
guildID
The guild to get the bot for.
Snowflake
Yes
bot.commands.add({ type: "basicCommand", name: "example", code: ` $fetchGuildMembers[$guildID] $ignoreCode[Fetching all guild members for a accurate count] This server has **$botCount bots**` })