From b6492a41243170220e7fb5447dfc8c8788e098cd Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 1 Jun 2016 20:47:33 -0400 Subject: [PATCH] Clarify Role.position documentation. --- discord/role.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/discord/role.py b/discord/role.py index 678d4d1fd..460eb74f4 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.