Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple typo fix #119

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Depends on what you're after. If you need to use both, you're pretty much forced
### Why does the bot complain about requiring more permissions? I've given it <span style="color: red;">Manage Roles</span> already. {docsify-ignore}
The way Discord decides if you can add a role or not is based on two things:
* Does the Member adding the role have <span style="color: red;">Manage Roles</span> permission?
* Is the member trying to add a role higher in the role heirarchy than the bot's role?
* Is the member trying to add a role higher in the role hierarchy than the bot's role?

Just assign the bot a role that is higher than the highest role it has to assign. The role being hoisted does not have to have any special permissions.

Expand Down
4 changes: 2 additions & 2 deletions docs/roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Name | Example | Usage


## Role Management
?> These commands are for administrators to manage role assignments in their servers. The bot might mention that you require additional permissions despite having <span style="color: red;">Manage Roles</span>. To fix this, make sure both you and the bot have roles higher in the role heirarchy than the role you are trying to assign.
?> These commands are for administrators to manage role assignments in their servers. The bot might mention that you require additional permissions despite having <span style="color: red;">Manage Roles</span>. To fix this, make sure both you and the bot have roles higher in the role hierarchy than the role you are trying to assign.

### Role Commands

Expand Down Expand Up @@ -253,4 +253,4 @@ Name | Example | Usage
**role removein** \<base_role> \<new_role><br><span class="user-permissions">Manage Roles</span> | `/role removein fortnite gamers` | Removes new role from all members with the base role.
**role bulk-cancel** <br><span class="user-permissions">Manage Roles</span> | `/role bulk-cancel` | Cancels the current bulk role operations.

<!-- tabs:end -->
<!-- tabs:end -->