-
Notifications
You must be signed in to change notification settings - Fork 13
Discord ids
DenisD3D edited this page Jul 4, 2022
·
10 revisions
Each discord Server/Channel/Member has an unique id. Mc2Discord (and other programm) use thoses to identify Discord elements. Unlike name, id's are unique and will never change so it's perfect to use in configuration file

Go to Settings ⚙️
Go to
Advanced
Toggle
Developer mode
.
ℹ️ You have enabled the Copy ID
button
Right click the channel
Click
Copy ID
Right click a Member
Click
Copy ID
Click any member with the role in the Member list
Right click the role
Click
Copy ID
Write a message with your emote
Add a backslash
\
before the emote
Send the message. The ID is only the number
ℹ️ You can use thoses values in the configuration file
ℹ️ If you want to add a mention in a message (config or ingame) use the following:
- Member: <@MEMBER_ID>
- Role: <@&ROLE_ID>
- Channel: <#CHANNEL_ID>
- Emote: <:EMOTE_NAME:EMOTE_ID>