$allMembersCount
Returns the total amount of members from every guild your bot is in.
Usage
$allMembersCount
Example
bot.commands.add({
type: "basicCommand",
name: "members",
code: `Total Members: $allMembersCount`
})
Last updated
Was this helpful?