> For the complete documentation index, see [llms.txt](https://beast-era.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://beast-era.gitbook.io/doc/commands/images.md).

# Images

| Command      | Description                                                              | Usage                       | Aliases | Bot Permissions                                      | User Permissions |
| ------------ | ------------------------------------------------------------------------ | --------------------------- | ------- | ---------------------------------------------------- | ---------------- |
| Abandon      | Image Manipulation Command Abandon.                                      | `beast abandon <text>`      | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Aborted      | Image Manipulation command.                                              | `beast aborted (user)`      | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Affect       | Image Manipulation command.                                              | `beast affect (user)`       | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Armor        | Image Manipulation Command Abandon.                                      | `beast armor <text>`        | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Beautiful    | Image Manipulation command.                                              | `beast beautiful (user)`    | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Bed          | Image Manipulation command bed.                                          | `beast bed (user)`          | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Changemymind | Image Manipulation Command.                                              | `beast changemymind <text>` | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Clyde        | Generates an attachment with the specified text said by clyde.           | `beast clyde <text>`        | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Delete       | Image Manipulation command delete.                                       | `beast delete (user)`       | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Gay          | Image Manipulation command.                                              | `beast gay (user)`          | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Hitler       | Image Manipulation command to show the user as worse than hitler.        | `beast hitler (user)`       | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Jail         | Image Manipulation command to show the user avatar in a jail.            | `beast jail (user)`         | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Jokeoverhead | Image Manipulation command to show the user avatar in a jail.            | `beast jokeoverhead (user)` | `joh`   | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Opinion      | Image Manipulation command to show the text as an opinion.               | `beast opinion (user)`      | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Rip          | Image Manipulation command to show the user as rip.                      | `beast rip (user)`          | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Slap         | Image Manipulation command slap.                                         | `beast slap (user)`         | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Spank        | Image Manipulation command spank.                                        | `beast spank (user)`        | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Toonify      | Converts a real humans image into a toon.                                | `beast toonify <Image URL>` | `toon`  | `Embed Links`, `Use External Emojis`                 | `None`           |
| Trap         | A fun command of trapping the specified user.                            | `beast trap <user>`         | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Trash        | Image Manipulation command to show the user as a trash.                  | `beast trash (user)`        | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Trigger      | Image Manipulation command to trigger the user avatar.                   | `beast trigger (user)`      | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Tweet        | Generates a tweet with the provided text.                                | `beast tweet (user) <text>` | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Wanted       | Image Manipulation command to show the user as wanted.                   | `beast wanted (user)`       | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Wasted       | Image Manipulation command to show the user as wasted like in GTA games. | `beast wasted (user)`       | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |
| Youtube      | Image Manipulation command to show the text as a youtube comment.        | `beast youtube (user)`      | `None`  | `Attach Files`, `Use External Emojis`, `Embed Links` | `None`           |

{% hint style="warning" %}
These commands requires \`Embed Links\` and \`Use External Emojis\` permissions. Make sure to give it to the bot so the commands work properly.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://beast-era.gitbook.io/doc/commands/images.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
