diff options
| author | Skyweb <[email protected]> | 2019-03-08 16:17:33 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-03-08 19:59:20 -0500 |
| commit | 84a48c905653fe0268700160c6a1613fc654d767 (patch) | |
| tree | 457d03158d0dfda1cfe7dac10466d5a2f0a966ee | |
| parent | Add github templates and CONTRIBUTING.md file. (diff) | |
| download | discord.py-84a48c905653fe0268700160c6a1613fc654d767.tar.xz discord.py-84a48c905653fe0268700160c6a1613fc654d767.zip | |
Small inconsistency in documentation
:)
| -rw-r--r-- | discord/ext/commands/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index 5c9da1a2..e652467b 100644 --- a/discord/ext/commands/core.py +++ b/discord/ext/commands/core.py @@ -1337,7 +1337,7 @@ def has_any_role(*items): return check(predicate) def has_permissions(**perms): - """A :func:`.check` that is added that checks if the member has any of + """A :func:`.check` that is added that checks if the member has all of the permissions necessary. The permissions passed in must be exactly like the properties shown under |