> For the complete documentation index, see [llms.txt](https://docs.mimu.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mimu.bot/autoresponder/resources/autoresponder-examples/utility-fun-commands/.say-commands.md).

# .say commands

## ✎ .say \[text]

### ✎ autoresponder commands

`/autoresponder add trigger:.say reply:{delete}{requirearg:1} [$1+]`

`/autoresponder editmatchmode trigger:.say matchmode:startswith`

<figure><img src="/files/5ko8FjTP5Kd0Fzu2FWOg" alt=""><figcaption><p>basic .say command</p></figcaption></figure>

## ✎ .say \[#channel] \[text]

*this allows the user to say something in a private channel, but have it sent to a public channel as the bot*

### ✎ autoresponder commands

`/autoresponder add trigger:.say reply:{requirearg:1|channel} {requirearg:2} {sendto:[$1]} [$2+]`

`/autoresponder editmatchmode trigger:.say matchmode:startswith`

## ✎ .embedsay \[color] \[text]

### ✎ autoresponder commands

`/autoresponder add trigger:.embedsay reply:{requirearg:1|color}{requirearg:2}{embed:[$1]} [$2+]`

`/autoresponder editmatchmode trigger:.embedsay matchmode:startswith`

<figure><img src="/files/R00wvZCBvbp4MWeZInn4" alt=""><figcaption><p>an embedded say</p></figcaption></figure>
