# embed action command (user arguments)

*this example utilizes user arguments. unlike the* [*simple embed reaction command*](https://app.gitbook.com/o/-LjUQ3GQFZXsJcvj7LTS/s/-LjUSz3NQrpyR-tHhUV-/~/changes/90/autoresponder/resources/autoresponder-examples/utility-fun-commands/embed-reaction-command)*, this example requires another user to complete the action.*

{% hint style="info" %}
create [an embed](https://docs.mimu.bot/embeds/your-first-embed) before making your autoresponder. below, we will have basic embed details edited, but for full customization, see [our guides](https://docs.mimu.bot/embeds/embed-guide)
{% endhint %}

{% hint style="info" %}
replace hug with any action you'd like (i.e. kiss instead of hug)
{% endhint %}

### ✎ embed commands

`/embed create name:hug`

`/embed edit description embed:hug description:{user} hugs [$1}, how sweet c:`

`/embed edit image embed:hug image:`[`https://i.imgur.com/lWHgVEu.gif`](https://i.imgur.com/lWHgVEu.gif)

### ✎ autoresponder commands

`/autoresponder add trigger:.hug reply:{requirearg: 1 | user}{embed:hug}`

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

<figure><img src="https://1355643618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LjUSz3NQrpyR-tHhUV-%2Fuploads%2FGTWSsaqvTQtKpndrDh7y%2Fimage.png?alt=media&#x26;token=ae778b04-1af9-42b8-90e5-2abf0996a024" alt=""><figcaption><p>the completed hug command</p></figcaption></figure>
