time out user (user) for length (time) in server (guild) with reason (reason)
Time a user out.
Requires the following blocks to be present in the project: discord login
Parameters
Parameter name | Parameter type | Required? | Description |
---|---|---|---|
user | user | ✓ | The user to time out. |
time | time | ✓ | The duration of the time-out. |
guild | guild | ✓ | The server to time the user out in. |
reason | String | The reason for the time-out. |
Output
void - This is a statement with no outputs