From c2799f9145c57630485ed799f825971126002025 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sun, 11 Jun 2017 14:19:58 +0200 Subject: [PATCH] Fixed messups modified: NadekoBot.iss modified: docs/Readme.md modified: docs/index.md modified: src/NadekoBot/Modules/Help/Help.cs --- NadekoBot.iss | 2 +- docs/Readme.md | 10 +++++----- docs/index.md | 1 + src/NadekoBot/Modules/Help/Help.cs | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/NadekoBot.iss b/NadekoBot.iss index 9933f639..ad8a9943 100644 --- a/NadekoBot.iss +++ b/NadekoBot.iss @@ -33,7 +33,7 @@ Source: "src\NadekoBot\bin\Release\netcoreapp1.1\{#target}\publish\data\*"; Dest ;Source: "readme"; DestDir: "{app}"; Flags: isreadme [Run] -Filename: "http://nadekobot.readthedocs.io/en/1.4/JSON%20Explanations/"; Flags: postinstall shellexec runasoriginaluser; Description: "Open setup guide" +Filename: "http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/"; Flags: postinstall shellexec runasoriginaluser; Description: "Open setup guide" Filename: "{app}\{#sysfolder}\credentials.json"; Flags: postinstall shellexec runasoriginaluser; Description: "Open credentials file" [Icons] diff --git a/docs/Readme.md b/docs/Readme.md index 4268c8c3..6bd47724 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -9,7 +9,7 @@ ###Music on the public Nadeko -- In case you got Nadeko in your server by the invitation from **Carbonitex**, our **GitHub** invite or **help (-h)**, music is disabled. +- In case you got Nadeko in your server by the invitation from **Carbonitex**, our **GitHub** invite or **help (.h)**, music is disabled. - Music is **disabled** due to large maintenance expenses, unless Kwoth is **testing** music module. - If you want to have music module on your server, you will have to **host** the bot on your PC, or any of the external servers. - How to **host** the bot, check the **guides** on the left side. @@ -17,12 +17,12 @@ ###NadekoFlowers - NadekoFlowers is the **currency** of the public Nadeko. -- NadekoFlowers can be `>pick`ed after Nadeko plants a flower randomly after `>gc` has been used on a channel -- You can give NadekoFlowers to other users, using the command `$give X @person`. +- NadekoFlowers can be `.pick`ed after Nadeko plants a flower randomly after `.gc` has been enabled on a channel +- You can give NadekoFlowers to other users, using the command `.give X @person`. - You can only give flowers you **own**. - If you want to have **unlimited** number of flowers, you will have to **host** the bot. -- Commands `$award X @person` and `$take X @person` can only be used by the *bot owner*. -- If you `>plant` the flower, flower will be avaliable for everyone to `>pick` it. In that case you will **lose** the flower. +- Commands `.award X @person` and `.take X @person` can only be used by the *bot owner*. +- If you `.plant` the flower, flower will be avaliable for everyone to `.pick` it. In that case you will **lose** the flower. ###Manage Permissions diff --git a/docs/index.md b/docs/index.md index 50909579..1b803edd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,6 +21,7 @@ If you want to contribute, be sure to PR on the **[dev][dev]** branch. - [Linux Guide](guides/Linux Guide.md) - [OSX Guide](guides/OSX Guide.md) - [Docker Guide](guides/Docker Guide.md) + - [From Source](guides/From Source.md) - [Upgrading Guide](guides/Upgrading Guide.md) - Commands - [Readme](Readme.md) diff --git a/src/NadekoBot/Modules/Help/Help.cs b/src/NadekoBot/Modules/Help/Help.cs index e7dfa6da..1b80a935 100644 --- a/src/NadekoBot/Modules/Help/Help.cs +++ b/src/NadekoBot/Modules/Help/Help.cs @@ -166,8 +166,8 @@ namespace NadekoBot.Modules.Help public async Task Guide() { await ConfirmLocalized("guide", - "http://nadekobot.readthedocs.io/en/1.4/Commands%20List/", - "http://nadekobot.readthedocs.io/en/1.4/").ConfigureAwait(false); + "http://nadekobot.readthedocs.io/en/latest/Commands%20List/", + "http://nadekobot.readthedocs.io/en/latest/").ConfigureAwait(false); } [NadekoCommand, Usage, Description, Aliases]