· coding  · 1 min read

How to Find Your Discord token in the Browser

  1. Head to https://discord.com/login
  2. Open the browser’s developer console with either Ctrl + Shift + I or by right clicking.
  3. Refresh the page
  4. Go under the “Network” tab in the console.
  5. Enter “/api” as the filter and then hit Enter.
  6. One of the items in the table should have a name starting with “library”. Click this row.
  7. In the “Headers” tab, find the place that says “authorization: “. The text for this field is your Discord token.

Reference:

Back to Blog

Related Posts

View All Posts »