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

# Fun Commands

## Say

Tells the bot to say a message&#x20;

```
>say write message here
```

## Poll

Start a poll!

```
>poll reasonhere
```

## Weather command

Find the weather.

```
>weather London UK //Any place you want.
```

## Achievement&#x20;

Reward a user

```
>achievement Say something here
```

## Rate someone

Have the bot rate you!

```
>rate @user
```

## High Five

Give the user a high-five

```
>highfive @user
```

## Punch

Punch someone in the server

```
>punch @user
```

## FidgetSpinner

Spin a fidgetspinner&#x20;

```
>fidgetSpinner
```

## Slap user

Slaps the mentioned user

```
>slap @user
```

## Stab user

Shanks the mentioned user!

```
>stab @user
```

## Shoot user

Shoot down a user!

```
>shoot @suer
```

## Arrest user

Arrest the mentioned user!

```
>arrest @user
```

## Bat user

Hit a user with a bat!

```
>bats @user
```

## Eat user

Mention a user to be eaten by Spino!

```
>spino @user
```


---

# 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://spino.gitbook.io/spino/v1.2/fun-commands.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.
