$isTimedOut

Returns "true" if the user is timed out, otherwise "false".

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