Forward LogoForwardMsg

How to Obtain Your Discord Client Token

Discord Client Tokens allow our automation to authenticate with your Discord account, enabling us to access and forward your messages.

πŸ”΄ Watch a Video Tutorial πŸŽ₯

Method 1 (Easiest) β€” Browser Extension

Recommended: This is the simplest and safest way to get your Discord token. No code pasting required.

You can install the Discord Token Manager β€” ForwardMsg extension from:

You can also install it manually.

More details on how to install the extension β†’

Step 1 - Open Discord in Your Browser

  1. Go to Discord Web App and make sure you are logged in with the account you want to use.

Step 2 - Open the Extension

  1. Click on the Extensions icon (puzzle piece) in your browser's toolbar (top-right corner).
  2. Find Discord Token Manager β€” ForwardMsg in the list and click on it.
  3. A popup will open displaying your Discord token.

Step 3 - Copy Your Token

  1. In the extension popup, your Discord token will be displayed.
  2. Click the Copy button to copy it to your clipboard.
  3. Your token is now ready to paste into the ForwardMsg platform.

    Tip: If the popup is blank or shows an error, refresh the Discord page (F5) and try again.


Method 2

Note: If this method does not work for you, try Method 3 below.

Step 1 - Log in to Discord via Your Browser

Step 2 - Open Browser Developer Tools

  1. Press Ctrl + Shift + I or F12 to open DevTools.
  2. Navigate to the Console tab.
    • Warning: Discord may display a security warning about pasting code. Ignore it.
  3. Paste the following command into the console and press Enter:
    (()=>{for(let e of Object.values(webpackChunkdiscord_app.push([[Symbol()],{},e=>e.c])))try{if(!e.exports||e.exports===window)continue;if(e.exports?.getToken)return e.exports.getToken();for(let t in e.exports)if(e.exports?.[t]?.getToken&&"IntlMessagesProxy"!==e.exports[t][Symbol.toStringTag])return e.exports[t].getToken()}catch{}})();
  4. Copy the returned valueβ€”this is your Discord client token. Getting Token via Console

Method 3

Step 1 - Log in to Discord via Google Chrome

  • Open Discord in Google Chrome (not the desktop app) and log in with the account you want to use.
  • Visit: Discord Web App

Step 2 - Open Browser Developer Tools

  1. Press F12 (or Ctrl + Shift + I / Cmd + Option + I) to open Developer Tools.

Step 3 - Enable Device Emulation Mode

  1. Press Ctrl + Shift + M (or Cmd + Shift + M) to enable device emulation mode.

Step 4 - Run the Script

  1. Go to the Console tab.
    • Warning: Discord may display a security warning about pasting code. Ignore it.
  2. Paste the following code into the console:
    const iframe = document.createElement('iframe')
    console.log(
      'Token: %c%s',
      'font-size:16px;',
      JSON.parse(
        document.body.appendChild(iframe).contentWindow.localStorage.token
      )
    )
    iframe.remove()
  3. Press Enter β€” your token will appear in the console.
  4. Copy the token value displayed after Token:.

Method 4

This method uses the Network tab.

Step 1 - Log in to Discord via Your Browser

Step 2 - Open Browser Developer Tools

  1. Press Ctrl + Shift + I or F12 to open DevTools.
  2. Navigate to the Network tab.
  3. Filter results by clicking on Fetch/XHR or XHR.
  4. Click on any request in the list.
  5. Go to the Headers tab.
  6. Locate the Request Headers section.
  7. Copy the value of Authorizationβ€”this is your Discord client token. Getting Token via Network Tab

By following these steps, you can retrieve your Discord client token securely and use it on our platform

πŸŽ‰ Congratulations!

You’ve successfully obtained your Discord Client Token. Now you can seamlessly forward messages between Discord and Telegram using ForwardMsg

What is Next?

Need Help?

Contact us: @forwardmsg_support
Email us: support@forwardmsg.com

How to Obtain Your Discord Client Token | ForwardMsg