> For the complete documentation index, see [llms.txt](https://dbd-ts.gitbook.io/dbdts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbd-ts.gitbook.io/dbdts/functions/allmemberscount.md).

# $allMembersCount

Returns the total amount of members from every guild your bot is in.

### Usage

```php
$allMembersCount
```

### Example

```javascript
bot.commands.add({
    type: "basicCommand",
    name: "members",
    code: `Total Members: $allMembersCount`
})
```
