> For the complete documentation index, see [llms.txt](https://docs.asagi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.asagi.xyz/other/message-templates/mentions-and-custom-emojis.md).

# Mentions and Custom Emojis

## Mention Types and Formats

| Mention Type     | Mention Format           |
| ---------------- | ------------------------ |
| Roles            | `<@&role_id>`            |
| Channels         | `<#channel_id>`          |
| Users            | `<@user_id>`             |
| Emojis           | `<:emoji_name:emoji_id>` |
| Slash commands   | `</name:cmd_id>`         |
| Server Guide     | `<id:home>`              |
| Browse Channels  | `<id:browse>`            |
| Channels & Roles | `<id:customize>`         |

## Getting IDs:

### Copy IDs by Enabling Developer Mode:

1. Go to **`Settings`** and locate **`App Settings`**.
2. Click on **`Advanced`** and enable **`Developer Mode`**.
3. You can now right-click on channels, users, and roles and select **`Copy ID`**.
4. Use the format seen above to incorporate these IDs into your embeds.

### Copying Emojis IDs

1. Send the emoji in a chat.
2. Right-click on the emoji and select **`Copy Link`**.
3. Paste the link into the chat box; it will look like `https://cdn.discordapp.com/emojis/emoji_id.webp?size=96&quality=lossless`.
4. Copy the emoji ID from the URL.

**Note**: In order to use custom emojis in embeds, Asagi needs to be a member of the server where the emoji is from.

### Examples:

| Mention Format                 | Result                                                          |
| ------------------------------ | --------------------------------------------------------------- |
| `<@&1080151142299873372>`      | <img src="/files/J49vZnrI4tU4AQm24SCw" alt="" data-size="line"> |
| `<#1155016551347535872>`       | <img src="/files/ii61ZVxfTiwEJDCfNIkm" alt="" data-size="line"> |
| `<@1053580838945693717>`       | <img src="/files/YLzeON6JLVm4T0sQNvB1" alt="" data-size="line"> |
| `<:asagi:1272462968847859762>` | <img src="/files/varSnEK9fQ0P9MP7PzA2" alt="" data-size="line"> |
| `</help:1074329751600250926>`  | <img src="/files/zhaBxLHTjZwCGpJ8mLI8" alt="" data-size="line"> |
| `<id:home>`                    | <img src="/files/xTzAqqqPqxNLK2l0I1FN" alt="" data-size="line"> |
| `<id:browse>`                  | <img src="/files/EBs7fgYzlPn6LFF8WmDU" alt="" data-size="line"> |
| `<id:customize>`               | <img src="/files/EBJZV1V6SgvbpIxuV7Di" alt="" data-size="line"> |
