[Docs] Permissions Cog Guide (#4985)

* Initial commit

* index and grammar

* Add permissions tag to permissions cog reference

* remove alias by default

* remove alias

* labeler

* updates
This commit is contained in:
Kreusada
2021-05-28 18:06:42 +01:00
committed by GitHub
parent dd40f00279
commit db86de3a7a
5 changed files with 444 additions and 1 deletions

View File

@@ -221,7 +221,7 @@ class Permissions(commands.Cog):
"When additional rules are set using this cog, those rules will be checked prior to "
"checking for the default restrictions of the command.\n"
"Global rules (set by the owner) are checked first, then rules set for servers. If "
"multiple global or server rules apply to the case, the order they are checked is:\n"
"multiple global or server rules apply to the case, the order they are checked in is:\n"
" 1. Rules about a user.\n"
" 2. Rules about the voice channel a user is in.\n"
" 3. Rules about the text channel a command was issued in.\n"