From 0e9395e42ee2009ac59ca5a82ec6fe03172f3757 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sat, 15 Sep 2018 16:33:30 -0300 Subject: [PATCH] Updated Obtaining Token and Channel IDs (markdown) --- Obtaining-Token-and-Channel-IDs.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Obtaining-Token-and-Channel-IDs.md b/Obtaining-Token-and-Channel-IDs.md index 2de5253..24a8d62 100644 --- a/Obtaining-Token-and-Channel-IDs.md +++ b/Obtaining-Token-and-Channel-IDs.md @@ -1,13 +1,12 @@ ### How to get User Token -1. Press `Ctrl+Shitft+I` (⌥⌘I on Mac) on Discord app to show developer tools +1. Press Ctrl+Shift+I (⌘⌥I on Mac) on Discord to show developer tools 2. Navigate to the `Application` tab -3. Go to any channel or server -4. Filter the requests to `messages` -5. Find the `messages?limit=50` request -6. Click on `Headers` tab -7. Look for `authorization` among request headers and copy its value +3. Press Ctrl+R (⌘R) to trigger reload +4. Select "Local Storage" > "https://discordapp.com" on the left +5. Find "token" and copy the value -![](https://i.imgur.com/85QURLW.png) + +![](https://i.imgur.com/jhgOULp.gif) ***