-
Notifications
You must be signed in to change notification settings - Fork 3
Retrieve Discord ID with escaping
Joel edited this page Apr 28, 2018
·
7 revisions
Retrieving a Discord ID this way does not require "Developer Mode". For an alternative way that requires "Developer Mode", please see this article.
- Inside any chat window that the other user also has access to, mention them in a message, but do not send the message yet.
- Next, add a
\right before the@(ensure there are no spaces in between).
- When posting the message, it will have the following form:
<@[Discord User ID]>
The@will have an exclamation mark!next to it if the Discord user is using a nickname. Ignore<,@,!and>, and only copy the numbers within. This is the Discord ID of the user.
- Inside any channel in the same Discord guild (though preferably the channel itself), mention the channel in a message, but do not send the message yet.
- Next, add a
\right before the#(ensure there are no spaces in between).
- When posting the message, it will have the following form:
<#[Discord Channel ID]>
Ignore<,#and>, and only copy the numbers within. This is the Discord ID of the channel.

