@@ -927,25 +927,25 @@ Members
927927.. function :: on_raw_presence_update(payload)
928928
929929 Called when a :class: `Member ` updates their presence.
930-
930+
931931 This requires :attr: `Intents.presences ` to be enabled.
932932
933- Unlike :func: `on_presence_update `, when enabled, this is called regardless of the state of internal guild
933+ Unlike :func: `on_presence_update `, when enabled, this is called regardless of the state of internal guild
934934 and member caches, and **does not ** provide a comparison between the previous and updated states of the :class: `Member `.
935935
936936 .. important ::
937937
938- By default, this event is only dispatched when :attr: `Intents.presences ` is enabled **and ** :attr: `Intents.members `
938+ By default, this event is only dispatched when :attr: `Intents.presences ` is enabled **and ** :attr: `Intents.members `
939939 is disabled.
940940
941941 You can manually override this behaviour by setting the **enable_raw_presences ** flag in the :class: `Client `,
942942 however :attr: `Intents.presences ` is always required for this event to work.
943-
943+
944944 .. versionadded :: 2.5
945945
946946 :param payload: The raw presence update event model.
947947 :type payload: :class: `RawPresenceUpdateEvent `
948-
948+
949949
950950Messages
951951~~~~~~~~~
@@ -2456,6 +2456,8 @@ of :class:`enum.Enum`.
24562456 Possible attributes for :class: `AuditLogDiff `:
24572457
24582458 - :attr: `~AuditLogDiff.colour `
2459+ - :attr: `~AuditLogDiff.secondary_colour `
2460+ - :attr: `~AuditLogDiff.tertiary_colour `
24592461 - :attr: `~AuditLogDiff.mentionable `
24602462 - :attr: `~AuditLogDiff.hoist `
24612463 - :attr: `~AuditLogDiff.icon `
@@ -2479,6 +2481,8 @@ of :class:`enum.Enum`.
24792481 Possible attributes for :class: `AuditLogDiff `:
24802482
24812483 - :attr: `~AuditLogDiff.colour `
2484+ - :attr: `~AuditLogDiff.secondary_colour `
2485+ - :attr: `~AuditLogDiff.tertiary_colour `
24822486 - :attr: `~AuditLogDiff.mentionable `
24832487 - :attr: `~AuditLogDiff.hoist `
24842488 - :attr: `~AuditLogDiff.icon `
@@ -2496,6 +2500,8 @@ of :class:`enum.Enum`.
24962500 Possible attributes for :class: `AuditLogDiff `:
24972501
24982502 - :attr: `~AuditLogDiff.colour `
2503+ - :attr: `~AuditLogDiff.secondary_colour `
2504+ - :attr: `~AuditLogDiff.tertiary_colour `
24992505 - :attr: `~AuditLogDiff.mentionable `
25002506 - :attr: `~AuditLogDiff.hoist `
25012507 - :attr: `~AuditLogDiff.name `
@@ -4210,6 +4216,24 @@ AuditLogDiff
42104216
42114217 :type: :class: `Colour `
42124218
4219+ .. attribute :: secondary_colour
4220+ secondary_color
4221+
4222+ The secondary colour of a role.
4223+
4224+ See also :attr: `Role.secondary_colour `
4225+
4226+ :type: Optional[:class: `Colour `]
4227+
4228+ .. attribute :: tertiary_colour
4229+ tertiary_color
4230+
4231+ The tertiary colour of a role.
4232+
4233+ See also :attr: `Role.tertiary_colour `
4234+
4235+ :type: Optional[:class: `Colour `]
4236+
42134237 .. attribute :: hoist
42144238
42154239 Whether the role is being hoisted or not.
0 commit comments