commit
e75289aba8
@ -108,7 +108,7 @@ Next, choose `5` to exit.
|
|||||||
|
|
||||||
####Creating and Inviting bot
|
####Creating and Inviting bot
|
||||||
|
|
||||||
- Read here how to [create a DiscordBot application](http://nadekobot.readthedocs.io/en/1.0/guides/Windows%20Guide/#creating-discordbot-application)
|
- Read here how to [create a DiscordBot application](http://nadekobot.readthedocs.io/en/latest/guides/Windows%20Guide/#creating-discordbot-application)
|
||||||
- [Visual Invite Guide](http://discord.kongslien.net/guide.html) *NOTE: Client ID is your Bot ID*
|
- [Visual Invite Guide](http://discord.kongslien.net/guide.html) *NOTE: Client ID is your Bot ID*
|
||||||
- Copy your `Client ID` from your [applications page](https://discordapp.com/developers/applications/me).
|
- Copy your `Client ID` from your [applications page](https://discordapp.com/developers/applications/me).
|
||||||
- Replace the `12345678` in this link `https://discordapp.com/oauth2/authorize?client_id=12345678&scope=bot&permissions=66186303` with your `Client ID`.
|
- Replace the `12345678` in this link `https://discordapp.com/oauth2/authorize?client_id=12345678&scope=bot&permissions=66186303` with your `Client ID`.
|
||||||
@ -120,18 +120,18 @@ Next, choose `5` to exit.
|
|||||||
|
|
||||||
**Skip this step if you are a Regular User or New to Linux.**
|
**Skip this step if you are a Regular User or New to Linux.**
|
||||||
|
|
||||||
[![img7][img7]](http://nadekobot.readthedocs.io/en/1.0/guides/Linux%20Guide/#getting-nadekobot)
|
[![img7][img7]](http://nadekobot.readthedocs.io/en/latest/guides/Linux%20Guide/#getting-nadekobot)
|
||||||
|
|
||||||
- Right after [Getting NadekoBot](http://nadekobot.readthedocs.io/en/1.0/guides/Linux%20Guide/#getting-nadekobot)
|
- Right after [Getting NadekoBot](http://nadekobot.readthedocs.io/en/latest/guides/Linux%20Guide/#getting-nadekobot)
|
||||||
- `cd NadekoBot/src/NadekoBot/` (go to this folder)
|
- `cd NadekoBot/src/NadekoBot/` (go to this folder)
|
||||||
- `pico credentials.json` (open credentials.json to edit)
|
- `pico credentials.json` (open credentials.json to edit)
|
||||||
- Insert your bot's **Client ID, Bot ID** (should be same as your Client ID) **and Token** if you got it following [Creating and Inviting bot](http://nadekobot.readthedocs.io/en/1.0/guides/Linux%20Guide/#creating-and-inviting-bot).
|
- Insert your bot **Client ID, Bot ID** (should be same as your Client ID) **and Token** if you got it following [Creating and Inviting bot](http://nadekobot.readthedocs.io/en/latest/guides/Linux%20Guide/#creating-and-inviting-bot).
|
||||||
- Insert your own ID in Owners ID follow: [Setting up credentials.json](http://nadekobot.readthedocs.io/en/1.0/guides/Windows%20Guide/#setting-up-credentialsjson-file)
|
- Insert your own ID in Owners ID follow: [Setting up credentials.json](http://nadekobot.readthedocs.io/en/latest/guides/Windows%20Guide/#setting-up-credentialsjson-file)
|
||||||
- And Google API from [Setting up NadekoBot for Music](http://nadekobot.readthedocs.io/en/1.0/guides/Windows%20Guide/#setting-up-nadekobot-for-music)
|
- And Google API from [Setting up NadekoBot for Music](http://nadekobot.readthedocs.io/en/latest/guides/Windows%20Guide/#setting-up-nadekobot-for-music)
|
||||||
- Once done, press `CTRL+X`
|
- Once done, press `CTRL+X`
|
||||||
- It will ask for "Save Modified Buffer?", press `Y` for yes
|
- It will ask for "Save Modified Buffer?", press `Y` for yes
|
||||||
- It will then ask "File Name to Write" (rename), just hit `Enter` and Done.
|
- It will then ask "File Name to Write" (rename), just hit `Enter` and Done.
|
||||||
- You can now move to [Running NadekoBot](http://nadekobot.readthedocs.io/en/1.0/guides/Linux%20Guide/#running-nadekobot)
|
- You can now move to [Running NadekoBot](http://nadekobot.readthedocs.io/en/latest/guides/Linux%20Guide/#running-nadekobot)
|
||||||
|
|
||||||
####Setting up SFTP
|
####Setting up SFTP
|
||||||
|
|
||||||
@ -149,14 +149,14 @@ Next, choose `5` to exit.
|
|||||||
####Setting up credentials.json
|
####Setting up credentials.json
|
||||||
|
|
||||||
- Copy the `credentials.json` to desktop
|
- Copy the `credentials.json` to desktop
|
||||||
- EDIT it as it is guided here: [Setting up credentials.json](http://nadekobot.readthedocs.io/en/1.0/guides/Windows%20Guide/#setting-up-credentialsjson-file)
|
- EDIT it as it is guided here: [Setting up credentials.json](http://nadekobot.readthedocs.io/en/latest/guides/Windows%20Guide/#setting-up-credentialsjson-file)
|
||||||
- Paste/put it back in the folder once done. `(Using CyberDuck/WinSCP)`
|
- Paste/put it back in the folder once done. `(Using CyberDuck/WinSCP)`
|
||||||
- **If** you already have Nadeko 1.0 setup and have `credentials.json` and `NadekoBot.db`, you can just copy and paste the `credentials.json` to `NadekoBot/src/NadekoBot` and `NadekoBot.db` to `NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.0/data` using CyberDuck.
|
- **If** you already have Nadeko 1.0 setup and have `credentials.json` and `NadekoBot.db`, you can just copy and paste the `credentials.json` to `NadekoBot/src/NadekoBot` and `NadekoBot.db` to `NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.0/data` using CyberDuck.
|
||||||
- **If** you have Nadeko 0.9x follow the [Upgrading Guide](http://nadekobot.readthedocs.io/en/1.0/guides/Upgrading%20Guide/)
|
- **If** you have Nadeko 0.9x follow the [Upgrading Guide](http://nadekobot.readthedocs.io/en/latest/guides/Upgrading%20Guide/)
|
||||||
|
|
||||||
####Setting up Music
|
####Setting up Music
|
||||||
|
|
||||||
To set up Nadeko for music and Google API Keys, follow [Setting up NadekoBot for Music](http://nadekobot.readthedocs.io/en/1.0/guides/Windows%20Guide/#setting-up-nadekobot-for-music)
|
To set up Nadeko for music and Google API Keys, follow [Setting up NadekoBot for Music](http://nadekobot.readthedocs.io/en/latest/guides/Windows%20Guide/#setting-up-nadekobot-for-music)
|
||||||
|
|
||||||
Once done, go back to **PuTTY**
|
Once done, go back to **PuTTY**
|
||||||
|
|
||||||
@ -175,16 +175,16 @@ The above command will create a new session named **nadeko** *(you can replace
|
|||||||
From the options,
|
From the options,
|
||||||
|
|
||||||
Choose `3` To Run the bot normally.
|
Choose `3` To Run the bot normally.
|
||||||
**NOTE:** With option `3` (Running Normally), if you use `.die` [command](http://nadekobot.readthedocs.io/en/1.0/Commands%20List/#administration) in discord. The bot will shut down and will stay offline until you manually run it again. (best if you want to check the bot.)
|
**NOTE:** With option `3` (Running Normally), if you use `.die` [command](http://nadekobot.readthedocs.io/en/latest/Commands%20List/#administration) in discord. The bot will shut down and will stay offline until you manually run it again. (best if you want to check the bot.)
|
||||||
|
|
||||||
Choose `4` To Run the bot with Auto Restart.
|
Choose `4` To Run the bot with Auto Restart.
|
||||||
**NOTE:** With option `4` (Running with Auto Restart), bot will auto run if you use `.die` [command](http://nadekobot.readthedocs.io/en/1.0/Commands%20List/#administration) making the command `.die` to function as restart.
|
**NOTE:** With option `4` (Running with Auto Restart), bot will auto run if you use `.die` [command](http://nadekobot.readthedocs.io/en/latest/Commands%20List/#administration) making the command `.die` to function as restart.
|
||||||
|
|
||||||
See how that happens:
|
See how that happens:
|
||||||
|
|
||||||
![img9](https://cdn.discordapp.com/attachments/251504306010849280/251506312893038592/die_explaination.gif)
|
![img9](https://cdn.discordapp.com/attachments/251504306010849280/251506312893038592/die_explaination.gif)
|
||||||
|
|
||||||
**Remember** that, while running with Auto Restart, you will need to [close the tmux session](http://nadekobot.readthedocs.io/en/1.0/guides/Linux%20Guide/#restarting-nadeko) to stop the bot completely.
|
**Remember** that, while running with Auto Restart, you will need to [close the tmux session](http://nadekobot.readthedocs.io/en/latest/guides/Linux%20Guide/#restarting-nadeko) to stop the bot completely.
|
||||||
|
|
||||||
**Now check your Discord, the bot should be online**
|
**Now check your Discord, the bot should be online**
|
||||||
|
|
||||||
@ -216,7 +216,7 @@ Open **PuTTY** and login as you have before, type `reboot` and hit Enter.
|
|||||||
|
|
||||||
- Kill your previous session, check with `tmux ls`
|
- Kill your previous session, check with `tmux ls`
|
||||||
- `tmux kill-session -t nadeko` (don't forget to replace "nadeko" to what ever you named your bot's session)
|
- `tmux kill-session -t nadeko` (don't forget to replace "nadeko" to what ever you named your bot's session)
|
||||||
- [Run the bot again.](http://nadekobot.readthedocs.io/en/1.0/guides/Linux%20Guide/#running-nadekobot)
|
- [Run the bot again.](http://nadekobot.readthedocs.io/en/latest/guides/Linux%20Guide/#running-nadekobot)
|
||||||
|
|
||||||
####Updating Nadeko
|
####Updating Nadeko
|
||||||
|
|
||||||
@ -231,7 +231,7 @@ Open **PuTTY** and login as you have before, type `reboot` and hit Enter.
|
|||||||
|
|
||||||
####Alternative way to Install
|
####Alternative way to Install
|
||||||
|
|
||||||
If the [Nadeko installer](http://nadekobot.readthedocs.io/en/1.0/guides/Linux%20Guide/#getting-nadekobot) shows any kind error, check if you have the `linuxAIO.sh` file and make sure its not renamed or if you want to manually install the bot. Use the following command(s):
|
If the [Nadeko installer](http://nadekobot.readthedocs.io/en/latest/guides/Linux%20Guide/#getting-nadekobot) shows any kind error, check if you have the `linuxAIO.sh` file and make sure its not renamed or if you want to manually install the bot. Use the following command(s):
|
||||||
|
|
||||||
|
|
||||||
![img6](https://cdn.discordapp.com/attachments/251504306010849280/251505587089571850/getting_nadeko.gif)
|
![img6](https://cdn.discordapp.com/attachments/251504306010849280/251505587089571850/getting_nadeko.gif)
|
||||||
|
@ -116,11 +116,11 @@ Next, choose `5` to exit.
|
|||||||
From the options,
|
From the options,
|
||||||
|
|
||||||
Choose `3` To Run the bot normally.
|
Choose `3` To Run the bot normally.
|
||||||
**NOTE:** With option `3` (Running Normally), if you use `.die` [command](http://nadekobot.readthedocs.io/en/1.0/Commands%20List/#administration) in discord. The bot will shut down and will stay offline untill you manually run it again. (best if you want to check the bot.)
|
**NOTE:** With option `3` (Running Normally), if you use `.die` [command](http://nadekobot.readthedocs.io/en/latest/Commands%20List/#administration) in discord. The bot will shut down and will stay offline untill you manually run it again. (best if you want to check the bot.)
|
||||||
|
|
||||||
Choose `4` To Run the bot with Auto Restart.
|
Choose `4` To Run the bot with Auto Restart.
|
||||||
**NOTE:** With option `4` (Running with Auto Restart), bot will auto run if you use `.die` [command](http://nadekobot.readthedocs.io/en/1.0/Commands%20List/#administration) making the command `.die` to be used as restart.
|
**NOTE:** With option `4` (Running with Auto Restart), bot will auto run if you use `.die` [command](http://nadekobot.readthedocs.io/en/latest/Commands%20List/#administration) making the command `.die` to be used as restart.
|
||||||
**NOTE:** [To stop the bot you will have to kill the session.](http://nadekobot.readthedocs.io/en/1.0/guides/OSX%20Guide/#some-more-info)
|
**NOTE:** [To stop the bot you will have to kill the session.](http://nadekobot.readthedocs.io/en/latest/guides/OSX%20Guide/#some-more-info)
|
||||||
|
|
||||||
**Now check your Discord, the bot should be online**
|
**Now check your Discord, the bot should be online**
|
||||||
|
|
||||||
@ -137,12 +137,12 @@ If you used Screen press CTRL+A+D (this will detach the nadeko screen)
|
|||||||
|
|
||||||
####Setting NadekoBot Music
|
####Setting NadekoBot Music
|
||||||
|
|
||||||
For Music Setup and API keys check [Setting up NadekoBot for Music](http://nadekobot.readthedocs.io/en/1.0/guides/Windows%20Guide/#setting-up-nadekobot-for-music) and [JSON Explanations](http://nadekobot.readthedocs.io/en/1.0/JSON%20Explanations/).
|
For Music Setup and API keys check [Setting up NadekoBot for Music](http://nadekobot.readthedocs.io/en/latest/guides/Windows%20Guide/#setting-up-nadekobot-for-music) and [JSON Explanations](http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/).
|
||||||
|
|
||||||
####Updating Nadeko
|
####Updating Nadeko
|
||||||
|
|
||||||
- Connect to the terminal.
|
- Connect to the terminal.
|
||||||
- `tmux kill-session -t nadeko` [(don't forget to replace **nadeko** in the command to what ever you named your bot's session)](http://nadekobot.readthedocs.io/en/1.0/guides/OSX%20Guide/#some-more-info)
|
- `tmux kill-session -t nadeko` [(don't forget to replace **nadeko** in the command to what ever you named your bot's session)](http://nadekobot.readthedocs.io/en/latest/guides/OSX%20Guide/#some-more-info)
|
||||||
- Make sure the bot is **not** running.
|
- Make sure the bot is **not** running.
|
||||||
- `tmux new -s nadeko` (**nadeko** is the name of the session)
|
- `tmux new -s nadeko` (**nadeko** is the name of the session)
|
||||||
- `cd ~ && bash linuxAIO.sh`
|
- `cd ~ && bash linuxAIO.sh`
|
||||||
|
@ -17,8 +17,8 @@ ________________________________________________________________________________
|
|||||||
####Guide
|
####Guide
|
||||||
- Make sure you have installed both [Git][Git] and the [.NET Core SDK][.NET Core SDK].
|
- Make sure you have installed both [Git][Git] and the [.NET Core SDK][.NET Core SDK].
|
||||||
- Create a **new folder** anywhere you like and name it `Nadeko`.
|
- Create a **new folder** anywhere you like and name it `Nadeko`.
|
||||||
- Next, [Right-Click on this link](https://github.com/Kwoth/NadekoBotInstallerWin/raw/master/NadekoWinAIO.bat) and select **Save link as** and save the file `NadekoWinAIO.bat` inside the `Nadeko` folder that we created earlier. (**DO NOT** rename the file `NadekoWinAIO.bat`)
|
- Next, [Right-Click on this link](https://github.com/Kwoth/NadekoBotInstallerWin/raw/master/NadekoInstaller.bat) and select **Save link as** and save the file `NadekoInstaller.bat` inside the `Nadeko` folder that we created earlier. (**DO NOT** rename the file `NadekoInstaller.bat`)
|
||||||
- Once that's done, double-click on `NadekoWinAIO.bat` to run it.
|
- Once that's done, double-click on `NadekoInstaller.bat` to run it.
|
||||||
- From the options,
|
- From the options,
|
||||||
- Choose `1` to get the **most recent build**.
|
- Choose `1` to get the **most recent build**.
|
||||||
- Choose `2` to get the **stable build**.
|
- Choose `2` to get the **stable build**.
|
||||||
@ -59,7 +59,7 @@ ________________________________________________________________________________
|
|||||||
- The bot should have been added to your server.
|
- The bot should have been added to your server.
|
||||||
|
|
||||||
####Starting the bot
|
####Starting the bot
|
||||||
- Go to the `Nadeko` folder that we have created earlier, and run the `NadekoWinAIO.bat` file.
|
- Go to the `Nadeko` folder that we have created earlier, and run the `NadekoInstaller.bat` file.
|
||||||
- From the options,
|
- From the options,
|
||||||
- Choose `3` to **run the bot normally**.
|
- Choose `3` to **run the bot normally**.
|
||||||
(with normal-run the bot will shutdown and will stay offline if it disconnects by the use of `.die` command until you manually run it again. Useful if you want to test the bot.)
|
(with normal-run the bot will shutdown and will stay offline if it disconnects by the use of `.die` command until you manually run it again. Useful if you want to test the bot.)
|
||||||
@ -69,14 +69,14 @@ ________________________________________________________________________________
|
|||||||
####Updating NadekoBot
|
####Updating NadekoBot
|
||||||
- Make sure the bot is closed and is not running (Run `.die` in a connected server to ensure it's not running).
|
- Make sure the bot is closed and is not running (Run `.die` in a connected server to ensure it's not running).
|
||||||
- Once that's checked, go to the `Nadeko` folder.
|
- Once that's checked, go to the `Nadeko` folder.
|
||||||
- Run the `NadekoWinAIO.bat` file.
|
- Run the `NadekoInstaller.bat` file.
|
||||||
- From the options,
|
- From the options,
|
||||||
- Choose `1` to get the **most recent build**.
|
- Choose `1` to get the **most recent build**.
|
||||||
- Choose `2` to get the **stable build**.
|
- Choose `2` to get the **stable build**.
|
||||||
- Follow the messages and press any key to continue.
|
- Follow the messages and press any key to continue.
|
||||||
- Wait for it to finish.
|
- Wait for it to finish.
|
||||||
- Press any key to close the window when it shows **Installation complete.**
|
- Press any key to close the window when it shows **Installation complete.**
|
||||||
- [Start the bot again.](http://nadekobot.readthedocs.io/en/1.0/guides/Windows%20Guide/#starting-the-bot)
|
- [Start the bot again.](http://nadekobot.readthedocs.io/en/latest/guides/Windows%20Guide/#starting-the-bot)
|
||||||
- You've updated and are running again, easy as that!
|
- You've updated and are running again, easy as that!
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
@ -113,7 +113,6 @@ ________________________________________________________________________________
|
|||||||
|
|
||||||
[.NET Core SDK]: https://www.microsoft.com/net/core#windowscmd
|
[.NET Core SDK]: https://www.microsoft.com/net/core#windowscmd
|
||||||
[Git]: https://git-scm.com/download/win
|
[Git]: https://git-scm.com/download/win
|
||||||
[WinInstaller]: https://github.com/Kwoth/NadekoBotInstallerWin/archive/master.zip
|
|
||||||
[FFMPEG]: https://github.com/Soundofdarkness/FFMPEG-Inst/releases
|
[FFMPEG]: https://github.com/Soundofdarkness/FFMPEG-Inst/releases
|
||||||
[7zip]: http://www.7-zip.org/download.html
|
[7zip]: http://www.7-zip.org/download.html
|
||||||
[DiscordApp]: https://discordapp.com/developers/applications/me
|
[DiscordApp]: https://discordapp.com/developers/applications/me
|
||||||
|
Loading…
Reference in New Issue
Block a user