> ## Documentation Index
> Fetch the complete documentation index at: https://docs.greed.best/llms.txt
> Use this file to discover all available pages before exploring further.

# Emoji Management

> Manage server emojis and stickers with advanced features

The Emoji Management system provides comprehensive tools for managing server emojis and stickers, including stealing, adding, removing, and organizing emojis.

## Requirements

* Bot must have permissions to:
  * Manage emojis and stickers
  * Send messages
  * Embed links
  * View channels

## Commands

### Emoji Steal

<CodeGroup>
  ```bash Syntax theme={null}
  ,emoji steal [emoji]
  ```

  ```bash Example theme={null}
  ,emoji steal :emoji:
  ```
</CodeGroup>

### Add Multiple Emojis

<CodeGroup>
  ```bash Syntax theme={null}
  ,emoji add [emojis]
  ```

  ```bash Example theme={null}
  ,emoji add :emoji1: :emoji2:
  ```
</CodeGroup>

### Add Emoji from Image

<CodeGroup>
  ```bash Syntax theme={null}
  ,emoji image [name]
  ```

  ```bash Example theme={null}
  ,emoji image happy
  ```
</CodeGroup>

### Remove Emoji

<CodeGroup>
  ```bash Syntax theme={null}
  ,emoji remove [emoji]
  ```

  ```bash Example theme={null}
  ,emoji remove :emoji:
  ```
</CodeGroup>

### Rename Emoji

<CodeGroup>
  ```bash Syntax theme={null}
  ,emoji rename [emoji] [new_name]
  ```

  ```bash Example theme={null}
  ,emoji rename :sad: megasad
  ```
</CodeGroup>

### Remove Duplicates

<CodeGroup>
  ```bash Syntax theme={null}
  ,emoji removeduplicates
  ```

  ```bash Example theme={null}
  ,emoji removeduplicates
  ```
</CodeGroup>

## Sticker Commands

### Add Sticker

<CodeGroup>
  ```bash Syntax theme={null}
  ,sticker add [name]
  ```

  ```bash Example theme={null}
  ,sticker add happy_sticker
  ```
</CodeGroup>

### Remove Sticker

<CodeGroup>
  ```bash Syntax theme={null}
  ,sticker remove [sticker]
  ```

  ```bash Example theme={null}
  ,sticker remove dumb_sticker
  ```
</CodeGroup>

### Rename Sticker

<CodeGroup>
  ```bash Syntax theme={null}
  ,sticker rename [sticker] [new_name]
  ```

  ```bash Example theme={null}
  ,sticker rename dumb_sticker new_name
  ```
</CodeGroup>

### Clean Stickers

<CodeGroup>
  ```bash Syntax theme={null}
  ,sticker clean
  ```

  ```bash Example theme={null}
  ,sticker clean
  ```
</CodeGroup>

### Tag Stickers

<CodeGroup>
  ```bash Syntax theme={null}
  ,sticker tag
  ```

  ```bash Example theme={null}
  ,sticker tag
  ```
</CodeGroup>

## Features

### Emoji Management

* Steal emojis from other servers
* Add multiple emojis at once
* Add emojis from images
* Remove and rename emojis
* Remove duplicate emojis
* Automatic image optimization

### Sticker Management

* Add stickers from images
* Remove and rename stickers
* Clean vanity URLs from stickers
* Tag stickers with server vanity URL
* Automatic image compression

### Image Processing

* Automatic format conversion
* Size optimization
* Quality adjustment
* Format validation

<Warning>
  The bot will automatically optimize images to meet Discord's size requirements. Some quality loss may occur during compression.
</Warning>

<Note>
  The server must have available emoji/sticker slots to add new ones. The bot will respect server limits.
</Note>
