From 13e185a22e803351287c7933ecb8f4b198c1fa59 Mon Sep 17 00:00:00 2001 From: Jordan Fearnley Date: Wed, 12 Oct 2016 23:01:45 +0100 Subject: [PATCH] FAQ reset perms question addition a sllightly less detailed version than in the perms guide --- docs/Frequently Asked Questions.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.*