Updated Obtaining Token and Channel IDs (markdown)

Yudi
2018-09-15 16:33:30 -03:00
parent 4658384860
commit 0e9395e42e

@@ -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)
***