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