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

Commit

Permalink
Create allMemberCount.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSpen authored May 1, 2021
1 parent 4f1d14d commit 2bfb0f5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions functions/allMemberCount.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# $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!`
})
```

0 comments on commit 2bfb0f5

Please sign in to comment.