Merge branch '1.0' of https://github.com/Kwoth/NadekoBot into 1.0
This commit is contained in:
commit
435c06f27b
@ -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.*
|
||||
|
@ -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_
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user