diff --git a/docs/Frequently Asked Questions.md b/docs/Frequently Asked Questions.md index df2a08b7..e3c30ba3 100644 --- a/docs/Frequently Asked Questions.md +++ b/docs/Frequently Asked Questions.md @@ -62,7 +62,7 @@ The whole list of commands can be found [here](http://nadekobot.readthedocs.io/e Follow this Detailed [Guide](http://discord.kongslien.net/guide.html) if you do not understand. -###Question 13:I'm building NadekoBot from source, but I get hundreds of (namespace) errors without changing anything!? +###Question 13: I'm building NadekoBot from source, but I get hundreds of (namespace) errors without changing anything!? ----- **Answer:** Using Visual Studio, you can solve these errors by going to `Tools` -> `NuGet Package Manager` -> `Manage NuGet Packages for Solution`. Go to the Installed tab, select the Packages that were missing (usually `Newtonsoft.json` and `RestSharp`) and install them for all projects @@ -70,4 +70,8 @@ Follow this Detailed [Guide](http://discord.kongslien.net/guide.html) if you do ---------- **Answer:** Discord has added a few new features and roles now follow hierarchy. This means you need to place your bot's role above every-other role your server has. [Here's](https://support.discordapp.com/hc/en-us/articles/214836687-Role-Management-101) a link to Discords role management 101. +###Question 15: I've broken permissions and am stuck, can I reset permissions? +---------- +**Answer:** Yes, there is a way, in one easy command! Just run `.resetperms` + **Please Note:** *The bot can only set/add all roles below its own highest role. It can not assign it's "highest role" to anyone else.* diff --git a/docs/Permissions System.md b/docs/Permissions System.md index 3e6a138a..3494c09f 100644 --- a/docs/Permissions System.md +++ b/docs/Permissions System.md @@ -75,4 +75,10 @@ Say you want to only enable NSFW commands in the #NSFW channel, just do the foll 2. `;cm NSFW enable #NSFW` * Enables the NSFW module for use in the #NSFW channel +###I've broken permissions and am stuck, can I reset permissions? +Yes, there is a way, in one easy command! + +1. `.resetperms` + * This resets the permission chain back to default, with only NSFW disabled + _-- Thanks to @applemac for providing the template for this guide_ diff --git a/docs/index.md b/docs/index.md index 942c22a5..aa8c9251 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,13 +4,13 @@ To invite NadekoBot to your server, click on the image bellow: [![img][img]](https://discordapp.com/oauth2/authorize?client_id=170254782546575360&scope=bot&permissions=66186303) -In case you need any help, hop on [NadekoBot Server][NadekoBot Server], where we can provide support. +In case you need any help, hop on the [NadekoBot Server][NadekoBot Server], where we can provide support. NadekoBot is an open source project, and it can be found on our [GitHub][GitHub] page. Here you can read current [Issues][Issues]. -If you want to contribute, be sure to PR on the **[dev][dev]** branch. +If you want to contribute, be sure to PR on the **[1.0][1.0]** branch. ##Content - [About](about.md) - Guides @@ -33,7 +33,7 @@ If you want to contribute, be sure to PR on the **[dev][dev]** branch. [NadekoBot Server]: https://discord.gg/0ehQwTK2RBjAxzEY [GitHub]: https://github.com/Kwoth/NadekoBot [Issues]: https://github.com/Kwoth/NadekoBot/issues -[dev]: https://github.com/Kwoth/NadekoBot/tree/dev +[1.0]: https://github.com/Kwoth/NadekoBot/tree/1.0 [Italian]: http://i.imgur.com/SsaTwOF.png?1 [Russian]: http://i.imgur.com/wf9bc5G.png?1