Returns the total amount of members from every guild your bot is in.
$allMembersCount
bot.commands.add({ type: "basicCommand", name: "members", code: `Total Members: $allMembersCount` })
Last updated 3 years ago