> For the complete documentation index, see [llms.txt](https://docs.sxbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sxbot.io/utilities/how-to-copy-emojis-from-other-discord-servers.md).

# How to Copy Emojis from Other Discord Servers

[Sx Bot](https://sxbot.io) is a Discord bot that allows you to easily copy or steal emojis from other Discord servers. Follow these simple steps:

1. **Copy an Emoji from Another Discord Server:**
   * Example: **`/emoji steal :poggers:`**
2. **Copy an Emoji from 7TV, BetterTTV, or FrankerFaceZ:**
   * Example: **`/emoji steal https://7tv.app/emotes/6040a8bccf6746000db10348`**
3. **Copy a Discord Emoji via URL:**
   * Right-click on the emoji in Discord, select "Copy Link," and paste the URL.
   * Example: **`/emoji steal https://cdn.discordapp.com/emojis/1124842252007649390.gif?size=240&quality=lossless`**
4. &#x20;**Copy Multiple Emojis at Once:**
   * &#x20;Bulk copy multiple emojis from another server in one action.
   * Automatically retrieve and copy all emojis from a specified server.\
     Example: **`/emoji steal-bulk :poggers: :blobdance:`**

<figure><img src="/files/Wt4Jglb9HrUXc4M8W35L" alt="Discord bot copying emojis from other servers" width="326"><figcaption><p>Example of copying an emoji from another Discord server</p></figcaption></figure>

<figure><img src="/files/SiL6LkHrsRQi43yyG7Xs" alt="Example of copying multiple emojis from another Discord server" width="339"><figcaption><p>Example of copying multiple emojis from another Discord server</p></figcaption></figure>

{% hint style="success" %}
That's it! Enjoy using your new emojis in your Discord server! 😄🎉
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sxbot.io/utilities/how-to-copy-emojis-from-other-discord-servers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
