· coding · 1 min read
How to Find Your Discord token in the Browser

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