> 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/utility.md).

# Utility

| Command                  | Description                                                                                                                                                                                  | Usage                                                          | Aliases                                           | Bot Permissions                                          | User Permissions  |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------- | -------------------------------------------------------- | ----------------- |
| Wikipedia                | Search Anything on Wikipedia                                                                                                                                                                 | `beast wikipedia <Query>`                                      | `wiki`, `wikip`                                   | `Embed Links`, `Use External Emojis`                     | `None`            |
| Afk                      | Sets the afk for you.                                                                                                                                                                        | `beast afk (reason)`                                           | `None`                                            | `Embed Links`, `Use External Emojis`, `Manage Nicknames` | `Manage Messages` |
| Anime-info               | Get informations about an anime.                                                                                                                                                             | `beast anime-info <anime>`                                     | `anime`, `anime-search`                           | `Embed Links`, `Use External Emojis`                     | `None`            |
| AstronomyPictureOfTheDay | It allows you to discover the cosmos! Each day a different image or photograph of our fascinating universe is featured, along with a brief explanation written by a professional astronomer. | `beast astronomyPictureOfTheDay`                               | `apod`                                            | `Embed Links`, `Use External Emojis`                     | `None`            |
| Calculate                | Calculates the result of the given mathematical expressions.                                                                                                                                 | `beast calculate <Mathematical Expressions>`                   | `calc`, `calculator`                              | `Embed Links`, `Use External Emojis`                     | `None`            |
| Element                  | Gets the information about the specified element or all the elements from the Mendeleev's Periodic Table.                                                                                    | `beast element (element name/atomic number/symbol)`            | `element-info`, `elementinfo`, `elements`         | `Embed Links`, `Use External Emojis`                     | `None`            |
| Embed                    | Sends an embedded message in the specified channel. Also Title And Description are required arguments.                                                                                       | \`beast embed \<title                                          | description                                       | timestamp? yes or no                                     | footer>\`         |
| Game-info                | It allows you to search for information on the specified game.                                                                                                                               | `beast game-info <game title>`                                 | `gi`, `search-game`, `gameinfo`                   | `Embed Links`, `Use External Emojis`                     | `None`            |
| Quickpoll                | Starts a quick poll about the question you specify.                                                                                                                                          | `beast quickpoll <Poll Question>`                              | `None`                                            | `Embed Links`, `Use External Emojis`, `Add Reactions`    | `None`            |
| Remind                   | Sets a remind timeout so the bot will remind about the specified text after a specified time.                                                                                                | `beast remind <time> <text to remind>`                         | `rm`                                              | `Embed Links`, `Use External Emojis`                     | `None`            |
| Run-script               | Runs the specified script with the language provided or it will run the script in javascript-node by default.                                                                                | `beast run-script (script language) script_inside_code_blocks` | `run`, `run-code`, `eval-code`, `evaluate-script` | `Use External Emojis`, `Embed Links`                     | `None`            |
| Screenshot               | Takes a screenshot of any webpage.                                                                                                                                                           | `beast screenshot <URL>`                                       | `ss`                                              | `Embed Links`, `Use External Emojis`                     | `None`            |
| Time                     | Shows the time of yours or the specified user or sets the timezone of yours if you used me as an argument.                                                                                   | `beast time (subcommand) (user)`                               | `None`                                            | `Embed Links`, `Use External Emojis`                     | `None`            |
| Timer                    | Starts a timer in the channel.                                                                                                                                                               | `beast timer <time> (reason)`                                  | `start-timer`                                     | `Embed Links`, `Use External Emojis`, `Manage Messages`  | `None`            |
| Timestamp                | Timestamps are a feature added by Discord that allows you to send timestamps that will update accordingly with any user's date time settings.                                                | `beast timestamp <date or time>`                               | `None`                                            | `Embed Links`, `Use External Emojis`                     | `None`            |
| Translate                | Translates the provided string to the provided language.                                                                                                                                     | `beast translate <language> <string>`                          | `ts`, `trans`                                     | `Embed Links`                                            | `None`            |
| Urban                    | Searches the meaning of the specified term on urban dictionary.                                                                                                                              | `beast urban <term>`                                           | `None`                                            | `Embed Links`, `Use External Emojis`                     | `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/utility.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.
