# Timeout

## Usage

```javascript
/timeout <@user> <duration> <reason>
```

| Name                                        | Description                    | Type   | Required |
| ------------------------------------------- | ------------------------------ | ------ | -------- |
| user                                        | The user  you want to timeout  | User   | Yes      |
| <mark style="color:yellow;">duration</mark> | Duration to timeout the user   | String | Yes      |
| reason                                      | The reason to timeout the user | String | No       |

{% hint style="info" %}
Duration types\
s - seconds , m - minutes , h - hours , d - days
{% endhint %}

{% hint style="danger" %}
The timeout duration should not more than 21 days!
{% endhint %}
