Configuration ‐ Discord Dialer - thatrex/disphone-app GitHub Wiki

Important

Sorry, this feature is currently broken.

Warning

Hardened browsers are known to cause issues! Please use Disphone with vanilla Firefox or Chrome.

Acquiring Your User ID

Important

Make sure to get your MAIN accounts user ID, not your dialer accounts! Why?
Your user ID is used track what voice channel you are in.

Please refer to the following Discord's support articles:
1. How to Enable Developer Mode
2. How to find a User ID number

Acquiring Dialer Account Token

Important

Use a burner Discord account! Why?
• Automated user accounts (self-bots) are forbidden by Discord "and can result in an account termination if found."
• As Discord will warn you, pasting anything in the browser console could give attackers access to your Discord account.

Caution

An account token gives full control of the account! Treat it like a password.
Should you accidentally leak a token, it can be reset by changing the associated account's password.

1. Using a desktop web browser, login to the alt account you want to use as your dialer account. If you don't have an alt, make one.
2. Once logged in, open the browser dev tools by pressing F12 or CTRL + SHIFT + I.
3. In the dev tools tab bar select Console.
4. Copy and paste the following into the console, then press enter:

The first time you do this, you will first need to type allow pasting in the console, then press enter.

copy(Object.values(webpackChunkdiscord_app.push([[Symbol()],,e=>e.c])).map(c=>c.exports?.getToken?.()).find(t=>t))

5. The account token is now copied.

FAQ

Q: How do I invite my dialer account to servers?
A: You can simply join servers via the Discord web app.

Q: I am using a bot instead of a user account, it does not join VC when started?
A: Assuming your dialer account can see the channel you are in, you can toggle your mute to send a voice update to the bot.

⚠️ **GitHub.com Fallback** ⚠️