Skip to content

Instantly share code, notes, and snippets.

@bennyscripts
Last active February 19, 2025 18:02
Show Gist options
  • Save bennyscripts/49ecc1eade1796ee1d7cad9d165ffe67 to your computer and use it in GitHub Desktop.
Save bennyscripts/49ecc1eade1796ee1d7cad9d165ffe67 to your computer and use it in GitHub Desktop.
How to get your Discord token!

Discord Token Guide

First you need to open discord.com/app in your browser. This guide and the following screenshots are from Chrome so Firefox or another browser may differ but it is relatively the same. Once you are there, click on the three dots in the top right hand corner of the browser, then go to more tools and then developer tools.

Next thing is to go to the network tab. This may be hidden in the dropdown, if so click on the chevrons and chose network from the options.

Third you now need to search for me and give the page a refresh. This searches for the subscriptions endpoint in Discord's API which is authorised by your token.

Finally, find the subscriptions endpoint in the list, it should be at the top and may take a second to show up so be patient. Click on it and look for the Authorization header under Request Headers. The value of this is your Discord token!

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