timeout end time for user (user) in server (guild)
Get the timeout end time for a user in a 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 get the timeout end time for. |
guild | guild | ✓ | The server to get the user’s timeout end time for. |
Output
date - The timeout end time for the specified user in the specified server, or null if the user is not timed out.