$status
Premium Only
Displays the online status of a user.
$status[userID]
Usage: This function allows you to retrieve the current online status (e.g., Online, Offline, Idle, Do Not Disturb) of a specific user.
Example:
In this example, the command !!exec $status[$authorID]
will return the status of the user executing the command. If the user is online, the bot will respond with "Online".
WARNING
Important: This function requires the Presence Intent to be enabled in your bot's settings on the Discord Developer Portal. Without this enabled, the function will not work correctly.
TIP
Related Functions:
[$authorID](../Member/authorID.md)
: Retrieves the ID of the user who executed the command. You can use this to get the status of the command executor.