Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 258 Bytes

allMemberCount.md

File metadata and controls

14 lines (12 loc) · 258 Bytes

$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!`
})