From 12dcdc6b5415946433ff41fa0d8438af0afb68ac Mon Sep 17 00:00:00 2001 From: virtuallyvlad <37453320+virtuallyvlad@users.noreply.github.com> Date: Fri, 9 Jul 2021 11:54:10 -0400 Subject: [PATCH] Added a clarifying step to the "token is disappearing too quickly" instructions --- Troubleshooting.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 67568f0..97fc925 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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.