Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Discord Token Tutorial

TheRacingLion edited this page Nov 29, 2016 · 15 revisions

This will be a very simple tutorial on how to get your discord token. Let's get started!

1. Open your discord on browser

Login into your discord account at https://discordapp.com/login to get started

2. Open the developer tools in your discord browser

Press Ctrl + Shift + I while in your browser, if you are on windows. If you are on Mac OS press Command + Shift + I. At this point, you should see a window opening.

3. Go to the Console tab

Up top, you should see several tabs, first one is Elements, and next to it is Console, click on Console.

4. Type localStorage.token and then press the Enter key.

Once you are on the console section, type localStorage.token and then press Enter. You should see a string of numbers and letters appearing. This is your discord token. Copy it.

DO NOT SHARE THIS TOKEN WITH NO ONE. WITH THIS TOKEN PEOPLE GET ALMOST UNLIMITED ACCESS TO YOUR ACCOUNT. I AM NOT RESPONSIBLE FOR ANY MISUSE OF THIS TOKEN.

5. Once you have the token copied, just place it inside the config.json file in the token area and then follow the rest of the instructions to start the bot.

Clone this wiki locally