# GetGuildMemberCount

## GetGuildMemberCount

<mark style="color:blue;">`GET`</mark> `exports.Badger_Discord_API:GetGuildMemberCount()`

This export allows you to get the count of members (including offline members) on the server the script is connected to.

{% tabs %}
{% tab title="200 Returns member count if found:" %}

```
435
```

{% endtab %}

{% tab title="404 Returns nil if not found:" %}

```
nil
```

{% endtab %}
{% endtabs %}
