From 8a5695b6d3b81f6179b391d92b273807d11580ab Mon Sep 17 00:00:00 2001 From: miraai Date: Sat, 6 Aug 2016 20:28:45 +0200 Subject: [PATCH 1/4] Added Readme for CommandsList Poag's request --- docs/Readme.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/Readme.md diff --git a/docs/Readme.md b/docs/Readme.md new file mode 100644 index 00000000..05e7f87f --- /dev/null +++ b/docs/Readme.md @@ -0,0 +1,28 @@ +##Readme for Commands List + +###Bot Owner Only + +- *Bot Owner Only* commands refer to the commands only the **owner** of the bot can use. +- *Bot Owner Only* commands do **not** refer to the owner of the **server**, just the owner of the **bot**. +- *Owner of the bot* is a person who is **hosting** his own bot, and his **ID** is inside of **credentials.json** file. + +###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. +- 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. + +###NadekoFlowers + +- NadekoFlowers is the **currency** of the public Nadeko. +- NadekoFlowers can be earned by playing **trivia**, or other games, like betting games. +- 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. +- Command `$award 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 + +**These permissions refer to the permissions you can set in Discord settings for individual users or roles.** \ No newline at end of file From 3d772e5604c40af2bf31e985381eade4e7e0b56c Mon Sep 17 00:00:00 2001 From: miraai Date: Sat, 6 Aug 2016 20:29:32 +0200 Subject: [PATCH 2/4] updated mkdocs --- mkdocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index a58ddc93..b5ef799c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,7 +10,9 @@ pages: - Building from Source: guides/Building from Source.md - Docker Guide: guides/Docker Guide.md - DigitalOcean Guide: guides/DigitalOcean Guide.md -- Commands List: Commands List.md +- Commands: + - Readme: Readme.md + - Commands List: Commands List.md - Permissions System: Permissions System.md - JSON Explanations: JSON Explanations.md - Custom Commands: Custom Reactions.md From 6bfb1f0251fd92e05eaffb3f2c3ea66751dbca42 Mon Sep 17 00:00:00 2001 From: miraai Date: Sat, 6 Aug 2016 20:30:08 +0200 Subject: [PATCH 3/4] updated homepage --- docs/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 8341a11f..596d7d37 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,9 @@ If you want to contribute, be sure to PR on the **[dev][dev]** branch. - [Building from Source](guides/Building from Source.md) - [Docker Guide](guides/Docker Guide.md) - [DigitalOcean Guide](guides/DigitalOcean Guide.md) -- [Commands List](Commands List.md) +- Commands + - [Readme](Readme.md) + - [Commands List](Commands List.md) - [Permissions System](Permissions System.md) - [JSON Explanations](JSON Explanations.md) - [Custiom Reactions](Custom Reactions.md) From 448808d418c4d107e1acc1f219d1df7af9a68d36 Mon Sep 17 00:00:00 2001 From: miraai Date: Sat, 6 Aug 2016 20:30:43 +0200 Subject: [PATCH 4/4] deleted double mkdocs --- docs/mkdocs.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 docs/mkdocs.yml diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml deleted file mode 100644 index 6e4cc1ef..00000000 --- a/docs/mkdocs.yml +++ /dev/null @@ -1,20 +0,0 @@ -site_name: NadekoBot -pages: -- Home: index.md -- About: about.md -- Guides: - - Windows Guide: guides/Windows Guide.md - - Linux Guide: guides/Linux Guide.md - - OSX Guide: guides/OSX Guide.md - - Building from Source: guides/Building from Source.md - - Docker Guide: guides/Docker Guide.md - - DigitalOcean Guide: guides/DigitalOcean Guide.md -- Commands List: Commands List.md -- Permissions System: Permissions System.md -- JSON Explanations: JSON Explanations.md -- Custom Commands: Custom Reactions.md -- Frequently Asked Questions: Frequently Asked Questions.md -- Contribution Guide: Contribution Guide.md -- ❤ Donate ❤: Donate.md - -theme: readthedocs