> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xvz.wtf/llms.txt
> Use this file to discover all available pages before exploring further.

# autoresponders

## Setup a trigger for a messages(custom trigger, and messages)

<CodeGroup>
  ```text Synax theme={null}
  ;autoresponder add <trigger, respond>
  ```

  ```python example theme={null}
  ;autoresponder add hi, hello bro --strict --reply
  ```
</CodeGroup>

* <code>--strict</code> (Only send responder when exact trigger)
* <code>--reply</code> (Reply to trigger message)

## View all autoresponder

> View all the autoresponder in your guild

<CodeGroup>
  ```text Synax theme={null}
  ;autoresponder list
  ```

  ```python example theme={null}
  ;autoresponder list
  ```
</CodeGroup>

## Remove a autoresponder trigger

> Remove autoresponder trigger in your guild

<CodeGroup>
  ```text Synax theme={null}
  ;autoresponder remove <trigger>
  ```

  ```python example theme={null}
  ;autoresponder hi
  ```
</CodeGroup>

<Warning>You need to have <code>manage\_guild</code> permisson(s)</Warning>
<Note>View our Variables at [docs](https://docs.xvz.wtf/configs/variables)</Note>
