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

# Reaction & AutoReply Triggers

> Automatic reactions and replies when keywords are said.

React to keywords with emojis or send automatic text replies. Boosters can create personal triggers when enabled by staff.

## Reaction triggers

Requires **Manage Expressions**.

| Command                          | Description                                                                       |
| -------------------------------- | --------------------------------------------------------------------------------- |
| `,reaction`                      | Show the reaction menu.                                                           |
| `,reaction add <word> <emojis…>` | React when the word appears. Flags: `--case_sensitive`, `--self_destruct=<3-10>`. |
| `,reaction remove <word>`        | Remove a trigger.                                                                 |
| `,reaction list`                 | List every trigger.                                                               |
| `,reaction clear`                | Clear all triggers.                                                               |

## AutoReply triggers

Requires **Manage Expressions**.

| Command                            | Description               |
| ---------------------------------- | ------------------------- |
| `,autoreply`                       | Show autoreply help.      |
| `,autoreply add <trigger> <reply>` | Add a trigger → reply.    |
| `,autoreply remove <trigger>`      | Remove a trigger.         |
| `,autoreply list`                  | List triggers with flags. |
| `,autoreply clear`                 | Clear all triggers.       |

### Multi-word triggers

Wrap the trigger in quotes, or use a separator:

```text theme={null}
,autoreply add "pic perms" you need attach files permission
,autoreply add good morning :: hello there!
```

### Flags

| Flag                     | Effect                                                              |
| ------------------------ | ------------------------------------------------------------------- |
| `--case_sensitive`       | Match exact casing.                                                 |
| `--strict`               | Only fire if the message is **exactly** the trigger — nothing else. |
| `--self_destruct <3-10>` | Delete the reply after N seconds.                                   |

Without `--strict`, the trigger matches anywhere in the message.

## Booster triggers

| Command                                  | Description                                |
| ---------------------------------------- | ------------------------------------------ |
| `,reaction booster enable / disable`     | Admin: toggle booster reaction system.     |
| `,reaction booster maintain on/off`      | Keep triggers after boost ends?            |
| `,reaction booster add <word> <emojis…>` | Booster: personal trigger.                 |
| `,reaction booster remove [word]`        | Booster: remove one or all triggers.       |
| `,reaction booster share <user>`         | Share triggers with another user.          |
| `,reaction booster sharelist`            | Who you've shared with.                    |
| `,reaction booster list`                 | Admin: all booster triggers.               |
| `,autoreply booster …`                   | Same subcommands for personal autoreplies. |
