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

# Emoji & Stickers

> Manage emojis and stickers for your server.

<Note>
  Most emoji and sticker commands require Manage Expressions permissions.
</Note>

## Emoji Management

<AccordionGroup>
  <Accordion title="Enlarge emoji" icon="search-plus">
    <CodeGroup>
      ```javascript syntax theme={null}
      /enlarge [emoji]
      ```

      ```javascript example theme={null}
      /enlarge 😀
      /enlarge :custom_emoji:
      /enlarge 🎉
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Steal single emoji" icon="copy">
    <CodeGroup>
      ```javascript syntax theme={null}
      /emoji steal [emoji]
      ```

      ```javascript example theme={null}
      /emoji steal :cool_emoji:
      /emoji steal :custom_name:
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Mass steal emojis (Premium)" icon="copy">
    <CodeGroup>
      ```javascript syntax theme={null}
      /emoji steal-bulk [emojis]
      ```

      ```javascript example theme={null}
      /emoji steal-bulk
      ```
    </CodeGroup>
  </Accordion>
</AccordionGroup>

## Sticker Management

<AccordionGroup>
  <Accordion title="Add sticker to server" icon="sticky-note">
    <CodeGroup>
      ```javascript syntax theme={null}
      /sticker add [sticker]
      ```

      ```javascript example theme={null}
      /sticker add
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Steal sticker from another server" icon="copy">
    <CodeGroup>
      ```javascript syntax theme={null}
      /sticker steal [sticker]
      ```

      ```javascript example theme={null}
      /sticker steal
      ```
    </CodeGroup>
  </Accordion>
</AccordionGroup>
