> For the complete documentation index, see [llms.txt](https://docs.rustplustwo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rustplustwo.com/chat-commands/chat.md).

# Chat

{% hint style="info" %}
All commands start with the prefix !, or your custom prefix.\
Inside usage arguments, "?" denotes an optional argument
{% endhint %}

#### delay

```
- Description: Sets a chat delay for bot responses (in ms).
- Usage: !delay <0-5000>
- Example: !delay 3000
- Tier: free
- Usable by: anyone
```

#### tr

```
- Description: Translate a message to another language
- Usage: !tr <toLang> <fromLang | 'auto'> <message>
- Example: !tr en auto Allons attaquer cette base à m12
- Tier: premium
- Usable by: anyone
```
