# Change-Nickname

## Usage

```javascript
/change_nickname <@user> [new_name] [reason]
```

| Name                                         | Description                                | Type   | Required |
| -------------------------------------------- | ------------------------------------------ | ------ | -------- |
| user                                         | The user you want to change his nickname   | User   | Yes      |
| <mark style="color:yellow;">new\_name</mark> | The new nickname for the user              | String | No       |
| reason                                       | The reason to change nickname for the user | String | No       |

{% hint style="info" %}
To reset the nickname for a user, leave the <mark style="color:yellow;">new\_name</mark> options blank
{% endhint %}
