> For the complete documentation index, see [llms.txt](https://birdsupply.gitbook.io/discord-token-login/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://birdsupply.gitbook.io/discord-token-login/discord-guide-token-login.md).

# Discord Guide Token Login

**Account format**

When you receive your account(s) from Birdsupply, it will be in the following format: `email:password:token`. You can use this information to log in to your accoumt.&#x20;

**Login discord account**

If you want to login discord account, but you get this message please follow the steps in [this video](https://i.imgur.com/8biMzYi.mp4):\
![](/files/aK8Ydw4Gtf5CBiq1AgKM)\
![](/files/gvMT2s0kM5AO3zZpw18e)

**Logging in Manually on a Computer**

To log in manually on your computer, you can use the following Chrome extension:

* [Discord Token Login](https://chrome.google.com/webstore/detail/discord-token-login/ealjoeebhfijfimofmecjcjcigmadcai?hl=en)

Alternatively, you can use the following script in your browser console:

```javascript
let token = "TOKENHERE";
 
function login(token) {
setInterval(() => {
document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
    }, 50);
    setTimeout(() => {
      location.reload();
    }, 2500);
  }
login(token);
```

Don't know how this code works? Make sure to watch this video. \
\
**Important Reminders**

* *Never log out* of your account, as doing so will reset the token, making it impossible to log in again via the token.
* When you log in via the token, your IP is 'whitelisted' because it has a valid Discord session. You can then log in by email:pass in your Discord app by clicking the 'switch accounts' button.
* Ensure there is a delay between each account joining a server.
* Use good quality proxies for optimal performance and safety.
* Be aware that open-source bots have a high chance of getting your Discord account banned.
* There is a significant risk that your accounts may be banned if used for spamming purposes.

**Warranty and Support**

* If an account gets email or phone locked, Birdsupply will verify the account for you.
* Accounts will only be replaced once.
* For assistance, open a ticket at [Birdsupply Discord](https://discord.gg/birdsupply) and ping @helu#0001 for any Discord-related questions.
