Discord Guide Token Login
Guide on how to use discord accounts safely.
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.
Login discord account
If you want to login discord account, but you get this message please follow the steps in this video:
Logging in Manually on a Computer
To log in manually on your computer, you can use the following Chrome extension:
Alternatively, you can use the following script in your browser console:
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 and ping @helu#0001 for any Discord-related questions.