mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-13 09:19:48 +00:00
Clarify Role.position documentation.
This commit is contained in:
parent
9a6234961f
commit
b6492a4124
@ -61,7 +61,8 @@ class Role(Hashable):
|
|||||||
hoist : bool
|
hoist : bool
|
||||||
Indicates if the role will be displayed separately from other members.
|
Indicates if the role will be displayed separately from other members.
|
||||||
position : int
|
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
|
managed : bool
|
||||||
Indicates if the role is managed by the server through some form of
|
Indicates if the role is managed by the server through some form of
|
||||||
integrations such as Twitch.
|
integrations such as Twitch.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user