From d26e4d67ad86d1682e04621e14958f20936afe9b Mon Sep 17 00:00:00 2001 From: Mak <99765898+makerze@users.noreply.github.com> Date: Sat, 21 Jun 2025 13:29:14 +0100 Subject: [PATCH] Update discord/guild.py Co-authored-by: dolfies --- discord/guild.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/discord/guild.py b/discord/guild.py index 0517f527b..82a3f3ce0 100644 --- a/discord/guild.py +++ b/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``.