> ## 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.

# Snipes

> Recover recently deleted or edited messages.

Snipes cache the most recent deleted, edited, and reaction-removed messages per channel.

## Deleted messages

| Command          | Aliases                                        | Description                                                         |
| ---------------- | ---------------------------------------------- | ------------------------------------------------------------------- |
| `,snipe [index]` | `s`, `sn`, `last`, `recall`, `snip`, `deleted` | View the most recently deleted message. Use index for older snipes. |
| `,clearsnipe`    | `cs`                                           | Clear all snipes in the current channel.                            |

## Edited messages

| Command              | Description                                           |
| -------------------- | ----------------------------------------------------- |
| `,editsnipe [index]` | View the most recently edited message (before/after). |

## Reaction snipes

| Command                         | Description                              |
| ------------------------------- | ---------------------------------------- |
| `,reactionsnipe [index]`        | View the most recently removed reaction. |
| `,reactionhistory <message_id>` | Full reaction history for a message.     |

<Tip>
  Create a shortcut with `,alias add . cs` so `,.` clears snipes quickly.
</Tip>
