From 848351a1ca47f7e589c96c8cba9ba2e4223f9e74 Mon Sep 17 00:00:00 2001 From: Leo Coogan Date: Fri, 9 Oct 2020 10:39:21 -0400 Subject: [PATCH] Updated Obtaining Token and Channel IDs (markdown) --- Obtaining-Token-and-Channel-IDs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Obtaining-Token-and-Channel-IDs.md b/Obtaining-Token-and-Channel-IDs.md index 54b67ac..da2f906 100644 --- a/Obtaining-Token-and-Channel-IDs.md +++ b/Obtaining-Token-and-Channel-IDs.md @@ -49,4 +49,6 @@ 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 first long sequence of numbers inside the URL \ No newline at end of file +**5.** Copy the first long sequence of numbers inside the URL + +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