From add8cc2ebb12c23723196d88d6dcc245e0982b27 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sat, 12 Dec 2020 16:15:22 -0300 Subject: [PATCH] First long sequence, because it's DM ID --- Obtaining-Token-and-Channel-IDs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Obtaining-Token-and-Channel-IDs.md b/Obtaining-Token-and-Channel-IDs.md index 359f000..a1ab420 100644 --- a/Obtaining-Token-and-Channel-IDs.md +++ b/Obtaining-Token-and-Channel-IDs.md @@ -49,7 +49,7 @@ To reset a bot token, click on "[Regenerate](https://github.com/Tyrrrz/DiscordCh **2.** Press Ctrl+Shift+I (⌘⌥I on Mac) on Discord to show developer tools
**3.** Navigate to the `Console` tab
**4.** Type `window.location.href` and press Enter
-**5.** Copy the second long sequence of numbers inside the URL (e.g https://discord.com/channels/671281212121/7455042128939881222 -you should copy **7455042128939881222**) +**5.** Copy the first long sequence of numbers inside the URL +> E.g. In https://discord.com/channels/@me/671281212121, you should copy **671281212121** -Make sure you're not copying the user's ID; the easiest way to get a private channel's ID is to just take the number sequence in the channel's URL. \ No newline at end of file +Make sure you're not copying the user's ID. \ No newline at end of file