$getUserStatus

Returns the provided user’s status/presence.

Privileged Intents

This function requires the following privileged intents:

Syntax

$getUserStatus[User ID]

Parameters

  • User ID (Type: Snowflake || Flag: Required): The user to get the status for.

Possible Outputs

  • online: 🟢 Online
  • dnd: 🔴 Do not disturb
  • idle: 🟡 Idle
  • offline: ⚫ Offline

Example

$nomention
My status is: `$getUserStatus[$authorID]`
!example My status is: dnd

What is this?

How $authorID works?