From a2800a408ed6f88c03cb5d5993e0b749345c38ae Mon Sep 17 00:00:00 2001 From: Delicious-Flatbread Date: Sat, 16 Apr 2016 00:10:36 -0400 Subject: [PATCH 1/2] Update ComprehensiveGuide.md --- ComprehensiveGuide.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/ComprehensiveGuide.md b/ComprehensiveGuide.md index 5db71b51..10a167cc 100644 --- a/ComprehensiveGuide.md +++ b/ComprehensiveGuide.md @@ -1,18 +1,16 @@ ________________________________________________________________________________ -*Thanks to @Unlimited Saber Works for making this guide* +*Thanks to @Flatbread for making this guide* ________________________________________________________________________________ -#### Setting Up NadekoBot 0.8 b10 +#### Setting Up NadekoBot v0.93.2 ###### Prerequisites: -1) Extra Discord account for your bot (log into it and join the server you want the bot to be on, then log out). -2) NET Framework 4.6 (google and download). -- Open up credentials.json. -- For "Username" and "Password", enter the email address and password of the extra Discord account, respectively. Close and save credentials.json. -- Start NadekoBot.exe. In a text channel **not a direct message**, type in [.uid @______] without the brackets, filling in the underlined portion with your bot's name and send the message. -Your bot will reply with a number; this is your bot's ID. Then type in [.uid @_____] without the brackets, filling in the underlined portion with your own name and send the message. Your bot will reply with another number; this is your own ID. Close NadekoBot.exe. -- Reopen credentials.json. For "BotId", fill in your bot's ID followed by a comma ("BotId": 78663633663,). For "OwnerIds", fill in your own ID in the square brackets ("OwnerIds": [1231312313]). You can add multiple owners by separating Ids with a comma. -- Close and save credentials.json. -- Go into data folder and make sure you have config.json file. If there is no config.json, rename the config_example.json to config.json. (this is only in 0.9+ releases) +1) NET Framework 4.6 +- Rename credentials_example.json into credentials.json. (Note: If you do not see a .json after credentials_example.json, do not add the .json. You likely have "Hide file extensions" as enabled.) +- Go to (https://discordapp.com/developers/applications/me). Log in if you have to with your Discord account. Press "New Application" and fill out an App Name and, optionally, an app description and icon. Afterwards, create the application. Once the application is created, click on "Create a Bot User" and confirm it. You will then see the bot's username, ID and token. Reveal and copy the token and the bot ID. +- Open up credentials.json. Paste the token into the Token field, between the quotes. Paste the ID into the BotID field. Save and close credentials.json. +- Start NadekoBot.exe. In a text channel, **not a direct message**, type in [.uid @______] without the brackets, filling in the underlined portion with your name and send the message. Your bot will reply with a number; this is your ID. Copy this ID and close NadekoBot.exe. +- Reopen credentials.json. Paste your ID into the square brackets ("OwnerIds": [1231312313]). You can add multiple owners by separating IDs with a comma. Close and save credentials.json. +- Go into data folder and make sure you have config.json file. If there is no config.json, rename the config_example.json to config.json. ________________________________________________________________________________ From ca1a2175d29561a10823874a807a5236ab0b2099 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sat, 16 Apr 2016 06:15:25 +0200 Subject: [PATCH 2/2] Update ComprehensiveGuide.md --- ComprehensiveGuide.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ComprehensiveGuide.md b/ComprehensiveGuide.md index 10a167cc..bc2981c5 100644 --- a/ComprehensiveGuide.md +++ b/ComprehensiveGuide.md @@ -4,13 +4,14 @@ ________________________________________________________________________________ #### Setting Up NadekoBot v0.93.2 ###### Prerequisites: -1) NET Framework 4.6 +1) NET Framework 4.5.2 (or 4.6) - Rename credentials_example.json into credentials.json. (Note: If you do not see a .json after credentials_example.json, do not add the .json. You likely have "Hide file extensions" as enabled.) - Go to (https://discordapp.com/developers/applications/me). Log in if you have to with your Discord account. Press "New Application" and fill out an App Name and, optionally, an app description and icon. Afterwards, create the application. Once the application is created, click on "Create a Bot User" and confirm it. You will then see the bot's username, ID and token. Reveal and copy the token and the bot ID. -- Open up credentials.json. Paste the token into the Token field, between the quotes. Paste the ID into the BotID field. Save and close credentials.json. +- Open up credentials.json. Paste the token into the Token field, between the quotes. Paste the ID into the BotID field. Leave email and password fields empty. Save and close credentials.json. +- Go into data folder and make sure you have config.json file. If there is no config.json, rename the config_example.json to config.json. - Start NadekoBot.exe. In a text channel, **not a direct message**, type in [.uid @______] without the brackets, filling in the underlined portion with your name and send the message. Your bot will reply with a number; this is your ID. Copy this ID and close NadekoBot.exe. - Reopen credentials.json. Paste your ID into the square brackets ("OwnerIds": [1231312313]). You can add multiple owners by separating IDs with a comma. Close and save credentials.json. -- Go into data folder and make sure you have config.json file. If there is no config.json, rename the config_example.json to config.json. + ________________________________________________________________________________