# Emoji

## /emoji server-emojis

Returns a list with all current server emojis, sorted by animated and not animated.

```
/emoji server-emojis
```

## /emoji info

Display information about an emoji on your server.

```
/emoji info <emoij>
```

## /emoji upload

Upload an emoji. The picture needs to smaller than 256 KB and only few file formats are supported:

* JPG/JPEG
* PNG
* GIF

The name of the emoji must be at least 2 characters.

{% hint style="warning" %}
Author and bot require Manage Emoji permission to execute this command.
{% endhint %}

```
/emoji upload <image> <name>
```

## /emoji delete

Delete an existing emoji from your server.

{% hint style="warning" %}
Author and bot require Manage Emoji permission to execute this command.
{% endhint %}

```
/emoji delete <emoji>
```


---

# Agent Instructions: 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://docs.managebot.xyz/command-categories/emoji.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.
