# 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):\
![](https://3310737070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTUSJlnvBwUDAp4Oc1Inc%2Fuploads%2FSnCQXIh3LHXWE5mMA17Y%2Fimage.png?alt=media\&token=13e95b83-e92c-4395-8058-9d0f808a5a04)\
![](broken-reference)

**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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://birdsupply.gitbook.io/discord-token-login/discord-guide-token-login.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
