Browse Source

Update discord/guild.py

Co-authored-by: dolfies <jeyalfie47@gmail.com>
pull/10214/head
Mak 4 weeks ago
committed by GitHub
parent
commit
d26e4d67ad
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      discord/guild.py

5
discord/guild.py

@ -3718,9 +3718,8 @@ class Guild(Hashable):
secondary_color: Union[:class:`Colour`, :class:`int`, None]
The secondary color for the role. Requires ``primary_color`` to also be set.
tertiary_color: Union[:class:`Colour`, :class:`int`, None]
The tertiary_color color for the role. Used for holographic role.
The holographic preset is:
{"primary_color": 11127295, "secondary_color": 16759788, "tertiary_color": 16761760}
The tertiary color for the role. Can only be used for the holographic role preset,
which is ``(11127295, 16759788, 16761760)``
hoist: :class:`bool`
Indicates if the role should be shown separately in the member list.
Defaults to ``False``.

Loading…
Cancel
Save