diff options
| author | Rapptz <[email protected]> | 2016-10-04 18:55:34 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-10-04 18:55:34 -0400 |
| commit | 14def4b68eb403cc7fa8d72bc3d6e24dc7fc9ac2 (patch) | |
| tree | a16fc42b4cb21b240a5f3451cee6d9b28d9f2c9a | |
| parent | [commands] Fix mistake in Paginator error message. (diff) | |
| download | discord.py-14def4b68eb403cc7fa8d72bc3d6e24dc7fc9ac2.tar.xz discord.py-14def4b68eb403cc7fa8d72bc3d6e24dc7fc9ac2.zip | |
Fix Member.server_permissions docstring.
| -rw-r--r-- | discord/member.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/member.py b/discord/member.py index a0c34374..50ad184a 100644 --- a/discord/member.py +++ b/discord/member.py @@ -209,7 +209,7 @@ class Member(User): This only takes into consideration the server permissions and not most of the implied permissions or any of the channel permission overwrites. For 100% accurate permission - calculation, please use either :meth;`permissions_in` or + calculation, please use either :meth:`permissions_in` or :meth:`Channel.permissions_for`. This does take into consideration server ownership and the |