> For the complete documentation index, see [llms.txt](https://xnickydev.gitbook.io/ocavy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xnickydev.gitbook.io/ocavy/commands/utility/+quote.md).

# +quote

Quotes a message

## Usage

```
+quote <messageID> {channel}
+quote <message link>
```

## Arguments 1

| Name      | Description                          | Type    | Required |
| --------- | ------------------------------------ | ------- | -------- |
| messageID | The ID of the message to quote.      | Message | Yes      |
| channel   | The channel of the message to quote. | Channel | No       |

{% hint style="info" %}
If you want to quote a message from another channel, you must specify the channel where the message is located.
{% endhint %}

## Arguments 2

| Name         | Description                       | Type | Required |
| ------------ | --------------------------------- | ---- | -------- |
| message link | The link of the message to quote. | URL  | Yes      |

## Examples

![](https://user-images.githubusercontent.com/111157596/206759176-8a3cc877-6405-42e5-b32d-4bc79fa6937f.png) ![](https://user-images.githubusercontent.com/111157596/206759187-b5402706-5b10-47da-89da-f23d02c2120f.png) ![](https://user-images.githubusercontent.com/111157596/206759196-7372be7a-c980-4e3e-9a8e-ec80b2bec420.png)
