user (user) is timed out in server (guild)
Check if a user is timed out in a particular server.
Requires the following blocks to be present in the project: discord login
Parameters
Parameter name | Parameter type | Required? | Description |
---|---|---|---|
user | user | ✓ | The user to check. |
guild | guild | ✓ | The server to check timeout status in. |
Output
Boolean - Whether the user is timed out in the specified server.