Discord Token Guide

Learn how to securely obtain your Discord user token

⚠️
SECURITY WARNING Your Discord token provides complete access to your account. NEVER share it with anyone, paste it in public, or commit it to version control.

📱 Get Your Token

1

Open Discord in Browser

Go to discord.com/app and log in to your account

2

Open Developer Tools

Press F12 or Ctrl + Shift + I (Windows) / Cmd + Option + I (Mac)

3

Go to Application Tab

Click the "Application" tab in the developer tools panel

4

Navigate to Local Storage

Expand "Local Storage" in the sidebar → click "https://discord.com"

5

Find Your Token

Look for a key called token and copy its value (without the quotes)

If Local Storage doesn't show the token, use the Console method:

1

Open Console Tab

In Developer Tools, click the "Console" tab

2

Paste This Code

Copy and paste the following code, then press Enter:

(webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken()

🔑 Token Format

Your token should look like this:

MTAxNjEwMzMyNDI0NDM0NjkzMg.GxxxxX.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

🔐 Keep Your Token Safe

  • Never share your token with anyone
  • Never paste your token in public channels
  • Never commit your token to Git repositories
  • Never enter your token on suspicious websites
  • Use a secondary account for testing
Get Mistral API Key → ← Back to Setup