From 685dc51ac0294609f54cfdf1f16f0afe57962d67 Mon Sep 17 00:00:00 2001 From: John Grosh Date: Sun, 8 Jan 2017 13:01:44 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a32ee01..1358ee8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This is a simple Discord selfbot, written in Java using the [JDA](https://github 1. **Download the latest release JSelfBot.jar from the [releases page](https://github.com/jagrosh/Selfbot/releases).** You can download the config.txt and/or emojis.json if you wish, although they are just templates and not necessary. You can download run.bat for easier starting on Windows -2. **Find your User Token.** In browser or desktop Discord, type `Ctrl-Shift-I`. Go to the Console section, and type `localStorage.token`. Your user token will appear. ⚠ **Do not share this token with anyone** ⚠ This token provides complete access to your Discord account, so never share it! +2. **Find your User Token.** In browser or desktop Discord, type `Ctrl-Shift-I`. Go to the Application section, and and go to **Storage** > **LocalStorage** > **discordapp.com**. Find the `token` row, and your token will be the value in quotes. ⚠ **Do not share this token with anyone** ⚠ This token provides complete access to your Discord account, so never share it! 3. **Create or edit config.txt.** If you didn't download the template, create a new file called `config.txt` in the same directory as JSelfBot.jar. On the first line, paste your user token (_without_ the quotation marks). On the second line, type the prefix you want to use (for example, if you put `self.` on this line, the help command would be `self.help`) Example config.txt: