Skip to content

Configuration ‐ Discord Dialer

Rex edited this page Jul 12, 2024 · 4 revisions

Warning

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

This page goes over how to acquire the details to use DisPhone's Discord Dialer feature. Before you start checkout the differences between a Discord user and bot dialer.

User Dialer

Pros & Cons

✔ The intended way to use DisPhone's Discord Dialer feature.
✔ You can simply join servers via the discord app.
✔ No need to toggle your mute if you are already in a voice channel when starting the dialer.
❌ Instructions require a non-mobile device to follow.

Acquiring Your User ID

Refer to the following from Discord's support article:

  1. How to Enable Developer Mode
  2. How to find a User ID number

Acquiring User Account Token

Important

Use a burner Discord account! Why?

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.

Instructions
  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 CTRL + SHIFT + I.
  3. In the dev tools tab bar select Console.
  4. (Chrome Only) Type allow pasting in the console then press enter.
  5. Copy and paste the following into the console then press enter.
    // https://github.com/NotNexuss/Get-Discord-Token
    copy((webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken())
  6. The account token is now copied.

Bot Dialer

Pros & Cons

✔ Instructions can be followed on a mobile device.
❌ You will need to toggle your mute if you are already in a voice channel when starting the bot.
❌ You will need to ask server admins to invite your dialer bot.

Acquiring Your User ID

As you are using a bot account you can use your Discord Username. Not Display or Nickname!

Creating Bot & Acquiring Token

  1. In a browser, login to your discord account.
  2. Go to https://discord.com/developers/applications.
  3. Click New Application, complete the form then click Create.
  4. In the sidebar navigate to Bot.
  5. Click Reset Token, then copy it.

Inviting Your Bot

Instructions
  1. Go to https://discord.com/developers/applications.
  2. In the sidebar navigate to Installation.
  3. Under Authorization Methods uncheck User Install.
  4. Under Default Install Settings > Guild Install > Scopes add the bot scope.
  5. Under Default Install Settings > Guild Install > Permissions add Connect and Speak.
  6. Save Changes.
  7. Copy the install link, then access it via your browser or Discord.
Screenshot