Skip to content

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

How to get a Discord id:

Enable Developer mode

1 Go to Settings ⚙️

2 Go to Advanced

3 Toggle Developer mode.

ℹ️ You have enabled the Copy ID button

Get a Channel ID

1 Right click the channel

2 Click Copy ID

Get a Member ID

1 Right click a Member

2 Click Copy ID

Get a Role ID

1 Click any member with the role in the Member list

2 Right click the role

3 Click Copy ID

Get an Emote ID

1 Write a message with your emote

2 Add a backslash \ before the emote

3 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>