diff options
| author | Rapptz <[email protected]> | 2016-06-01 20:47:33 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-06-01 20:47:33 -0400 |
| commit | b6492a41243170220e7fb5447dfc8c8788e098cd (patch) | |
| tree | 891e7e75054073839ff28bc42a32d303a4f7a18c | |
| parent | Make Channel.changed_roles into an on-the-fly property instead. (diff) | |
| download | discord.py-b6492a41243170220e7fb5447dfc8c8788e098cd.tar.xz discord.py-b6492a41243170220e7fb5447dfc8c8788e098cd.zip | |
Clarify Role.position documentation.
| -rw-r--r-- | discord/role.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/discord/role.py b/discord/role.py index 678d4d1f..460eb74f 100644 --- a/discord/role.py +++ b/discord/role.py @@ -61,7 +61,8 @@ class Role(Hashable): hoist : bool Indicates if the role will be displayed separately from other members. position : int - The position of the role. This number is usually positive. + The position of the role. This number is usually positive. The bottom + role has a position of 0. managed : bool Indicates if the role is managed by the server through some form of integrations such as Twitch. |