Developer Mode (Copying IDs)
Copy Different Types of IDs
Once Developer Mode is on, you can right-click to copy IDs.
Server ID → Right-click the server name (top-left) → Copy Server ID
Channel ID → Right-click the channel name → Copy Channel ID
Category ID → Right-click the category header → Copy Category ID
Role ID → Go to Server Settings → Roles → Right-click a role → Copy Role ID
User ID → Right-click a username or avatar → Copy User ID
Copy Emoji IDs
To get the ID of a custom emoji:
Type a backslash (
\) followed by the emoji in chat.
You will want to type \:AegisTickets: for example
Press Enter (it won’t send an actual emoji, just the raw format).
You’ll see something like
<:emojiName:123456789012345678>.Copy this RAW format to use it within the bot modules.
Tip: For animated emojis, you’ll see <a:emojiName:123456789012345678> — the ID works the same way.
Copy Image Links (For Embeds)
If you want to embed an image (for example, in a bot or webhook), you’ll need its direct URL:
Find the image you want in Discord (in chat or uploaded).
Right-click the image.
Select Copy Image Address.
Paste the link wherever you need it (e.g., inside an embed).
The link should end in .png, .jpg, or .gif. If it doesn’t, it may not embed correctly.
Last updated
