Merge pull request #689 from fearnlj01/1.0-1
FAQ, Permissions Guide and index update
This commit is contained in:
commit
2d625d0d5a
@ -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.
|
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
|
**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.
|
**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.*
|
**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.*
|
||||||
|
@ -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`
|
2. `;cm NSFW enable #NSFW`
|
||||||
* Enables the NSFW module for use in the #NSFW channel
|
* 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_
|
_-- Thanks to @applemac for providing the template for this guide_
|
||||||
|
@ -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)
|
[![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.
|
NadekoBot is an open source project, and it can be found on our [GitHub][GitHub] page.
|
||||||
|
|
||||||
Here you can read current [Issues][Issues].
|
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
|
##Content
|
||||||
- [About](about.md)
|
- [About](about.md)
|
||||||
- Guides
|
- 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
|
[NadekoBot Server]: https://discord.gg/0ehQwTK2RBjAxzEY
|
||||||
[GitHub]: https://github.com/Kwoth/NadekoBot
|
[GitHub]: https://github.com/Kwoth/NadekoBot
|
||||||
[Issues]: https://github.com/Kwoth/NadekoBot/issues
|
[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
|
[Italian]: http://i.imgur.com/SsaTwOF.png?1
|
||||||
[Russian]: http://i.imgur.com/wf9bc5G.png?1
|
[Russian]: http://i.imgur.com/wf9bc5G.png?1
|
||||||
|
Loading…
Reference in New Issue
Block a user