How to get a User Token Automating user accounts is technically against TOS, use at your own risk. Through your web browser 1. Open Discord in your web browser and login 2. Press Ctrl+Shift+I (⌥⌘I on macOS) to open developer tools 3. Press Ctrl+Shift+M (⇧⌘M) to toggle device toolbar 4. Navigate to the Application tab 5. On the left, expand Local Storage and select https꞉//discord.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 of the token key Still can't copy your token? Try these instructions instead. Through the desktop app 1. Find and open settings.json in your preferred text editor. Windows: Press Windows+R and paste %appdata%/discord into the text box, then press Enter. Look for the file in the newly opened window. macOS: Open Finder, press ⇧⌘G and paste ~/Library/Application Support/discord/settings.json into the text box, then press Return. Linux: The path is ~/.config/discord/settings.json. 2. Add "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true, to the second line, below the open curly bracket{. Your file should look similar to this: { "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true, "BACKGROUND_COLOR": "#202225", "IS_MAXIMIZED": true, ... } Do not copy and paste the entire block of code above, edit only the second line. 4. Restart Discord. 5. Follow from step 2 of the "Through your web browser" section.