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