Skip to content

Instantly share code, notes, and snippets.

@MarvNC
Created December 30, 2023 22:52
Show Gist options
  • Save MarvNC/e601f3603df22f36ebd3102c501116c6 to your computer and use it in GitHub Desktop.
Save MarvNC/e601f3603df22f36ebd3102c501116c6 to your computer and use it in GitHub Desktop.
How to Get Your Discord Token From the Developer Console

How to Get Your Discord Token From the Developer Console

  • Open the developer console with F12 or ctrl+shift+i.
  • Go to the network tab
  • Filter by Fetch/XHR
  • Choose a request that isn't an error
  • Under the request headers -> authorization section, there will be your Discord token. Copy and paste it from there.

image

@ooovenenoso
Copy link

Thanks for the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment