Added a clarifying step to the "token is disappearing too quickly" instructions

virtuallyvlad
2021-07-09 11:54:10 -04:00
parent 61f13c041d
commit 12dcdc6b54

@@ -63,9 +63,11 @@ Check the following page: [Obtaining token](https://github.com/Tyrrrz/DiscordCha
### My token is disappearing too quickly, I can't copy it!
**1.** Open the developer tools by pressing **Ctrl+Shift+I** (⌘⌥I on a Mac) on Discord
**2.** Go to the **Network** tab
**3.** Search for `messages?limit=50` and click it
**4.** On the right, make sure the Headers tab is selected
**5.** Scroll down to the Request Headers section and look for the `authorization` code
**3.** Press **Ctrl+R** (⌘R) to reload
**4.** Search for `messages?limit=50` and click it
**5.** On the right, make sure the Headers tab is selected
**6.** Scroll down to the Request Headers section and look for the `authorization` code
Too complicated? [This image might help you](https://user-images.githubusercontent.com/21324788/44003408-13eb2088-9e07-11e8-9c3c-016d9876bbea.png).
If you can't find the `messages?limit=50`, try switching channels or reload Discord with Ctrl+R (⌘R on a Mac).
Special thanks to [@llamasking](https://github.com/Tyrrrz/DiscordChatExporter/issues/76#issuecomment-412349261) for providing the screenshot.