From 7e68f430ac741b308c690bf10f09f01f27d084a6 Mon Sep 17 00:00:00 2001 From: virtuallyvlad <37453320+virtuallyvlad@users.noreply.github.com> Date: Fri, 9 Jul 2021 15:32:08 -0400 Subject: [PATCH] Unified instructions for Discord's desktop and web apps --- Obtaining-Token-and-Channel-IDs.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Obtaining-Token-and-Channel-IDs.md b/Obtaining-Token-and-Channel-IDs.md index 3200601..9247c5e 100644 --- a/Obtaining-Token-and-Channel-IDs.md +++ b/Obtaining-Token-and-Channel-IDs.md @@ -17,16 +17,18 @@ To reset a bot token, click on "[Regenerate](https://github.com/Tyrrrz/DiscordCh ### How to get a User Token > Automating user accounts is technically against TOS, use at your own risk. -**1.** Open and login to Discord on the browser
+**1.** Open and login using the Discord desktop app
+> But the same steps apply if using Discord.com via Chrome or Brave + **2.** Press **Ctrl+Shift+I** (⌘⌥I on Mac) to open the **Developer tools** pane
**3.** Press **Ctrl+Shift+M** (⌘⇧M on Mac) to **Toggle device toolbar** (enables **Device Mode**)
**4.** Navigate to the **Application** tab
-**5.** Select **Local Storage** > **https://discordapp.com** on the left
+**5.** On the left, expand **Local Storage** and select **https://discordapp.com**
**6.** Type `token` into the Filter box
**7.** If the **token** key does not appear, press **Ctrl+R** (⌘R) to reload
**8.** Copy the value for the **token** key
-> Disappearing too quickly? [Try this instead](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#my-token-is-disappearing-too-quickly-i-cant-copy-it). +> Token disappearing too quickly? [Try this instead](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#my-token-is-disappearing-too-quickly-i-cant-copy-it). ![](https://i.imgur.com/jhgOULp.gif)