$allMemberCount

Returns the member count of all servers your bot is in combined.

Usage

$allMemberCount

Example

bot.command({
    type: "command",
    name: "total members",
    code: `I am currently serving $allMemberCount users!`
})

Last updated

Was this helpful?