$membersCount[]

Returns the amount of members in the current guild with provided presence.

Syntax

$membersCount[Presence]

Parameters

  • Presence (Type: Enum || Flag: Required): Returns the amount of members that have their presences set. Presence types:
    • online
    • offline
    • idle
    • dnd
    • invisible

Privileged Intents

This function requires the following privileged intents:

Example

$nomention 
there are $membersCount[online] online users in this server

example