$getUserStatus
Returns the provided user’s status/presence.
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
: 🟢 Onlinednd
: 🔴 Do not disturbidle
: 🟡 Idleoffline
: ⚫ Offline
Example
$nomention
My status is: `$getUserStatus[$authorID]`
dnd
How $authorID
works?