$isTimedOut

Checks whether the specified user is timed out or not.

🧙‍♂️ "true" means the user is timed out, "false" means they aren't.

Syntax

$isTimedOut[User ID]

Parameters

  • User ID (Type: Snowflake || Flag: Required): The user to check.

Example

$nomention
User is timed out: $isTimedOut[$mentioned[1]]

example