# GetGuildOnlineMemberCount

## GetGuildOnlineMemberCount

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

This export allows you to get the count of online members on the server the script is connected to.

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

```
50
```

{% endtab %}

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

```
nil
```

{% endtab %}
{% endtabs %}
