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

# Fun

{% hint style="info" %}
**Reminder :**

`command (optional) [required] [choice|choice_2]`

* Parameters between parenthesis are optional.
* Parameters between square brackets are required.
* Parameters separated by vertical bars mean that you must choose one of them.&#x20;
* Any characters outside parenthesis and brackets must be written.
  {% endhint %}

| Usage                                                   | Help                                                                                                                                                                                                                               |
| ------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`minesweeper (level\|rows) (cols) (bombs)`**          | <p>Starts a minesweeper game using Discord's spoiler feature.</p><p><em>Available levels: beginner, intermediate, expert</em></p>                                                                                                  |
| **`8ball [question]`**                                  | Randomly answer to your question.                                                                                                                                                                                                  |
| **`ily`**                                               | If you want to know if I love you.                                                                                                                                                                                                 |
| **`roll ([val] (val2))`**                               | Generates a random number between 0 and the value specifed. Can also generate a random number between two values. Otherwise, if you don't specify any value generate a random number between 0 and 100.                            |
| **`flip (user)`**                                       | Flips a coin if no user is specified, otherwise flip a user.                                                                                                                                                                       |
| **`me`**                                                | <p>Allows you to talk as Watora. </p><p><a href="/pages/-LRWlN5DOi510D3Wr5WK"><em>This command is a Rich Command</em></a></p>                                                                                                      |
| **`choice (>>>)[command] \| (option) \| (option2)...`** | <p>Randomly selects a random option between multiple options. <br>By putting >>> at the beginning, it will start the selected command.</p><p><a href="/pages/-LRWlN5DOi510D3Wr5WK"><em>This command is a Rich Command</em></a></p> |
| **`ascii [text]`**                                      | Displays a text in ascii art.                                                                                                                                                                                                      |
| **`meme [user\|url] (top_text)\|(bottom_text)`**        | Generates a meme. It displays your text on the user avatar or on a custom picture.                                                                                                                                                 |
| **`picture`**                                           | Displays the picture commands list.                                                                                                                                                                                                |
| **`osu (mode) [username]`**                             | <p>Displays information about an osu! profile You can choose a mode. If you don't specify any mode, standard is choosen. <br><em>Mode list : Standard, Taiko, Ctb, Mania</em></p>                                                  |
| **`marry (user)`**                                      | Marries you to an user. If you don't specify an user and if you are already married with someone displays information about your relationship.                                                                                     |
| **`divorce`**                                           | Divorces you from whoever you were married to.                                                                                                                                                                                     |
| **`anime [title]`**                                     | Displays information about an anime.                                                                                                                                                                                               |
| **`manga [title]`**                                     | Displays information about a manga.                                                                                                                                                                                                |
| **`char [name]`**                                       | Displays information about a character from an anime or a manga.                                                                                                                                                                   |
| **`nextep [title]`**                                    | Displays the remaining time before the next episode of an anime.                                                                                                                                                                   |
| **`customcommand`**                                     | This command has [her own page here​](/watora/features/custom-commands.md)                                                                                                                                                         |


---

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

```
GET https://watora.gitbook.io/watora/commands/fun.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
