# Mute

#### <mark style="color:purple;">Mute Command</mark>

The `,mute` command is used to temporarily prevent a user from sending messages in a chat or channel. When invoked, the user specified will lose their messaging privileges for a predetermined duration or until they are manually unmuted.

<mark style="color:blue;">**Usage Syntax:**</mark>

{% code fullWidth="false" %}

```html
,mute <@user> [duration] [reason]
```

{% endcode %}

* `<@user>`: Mentions the user to be muted.
* `[duration]`: Optional. Specifies how long the mute will last (e.g., `10m`, `1h`, `1d`). If omitted, defaults to a predetermined time set by server policies.
* `[reason]`: Optional. Provides a reason for the mute action.

<mark style="color:blue;">**Example:**</mark>

```xml
,mute @evanroby 30m Spamming links
```

This command is particularly useful in managing behavior and maintaining order in group discussions.
