diff --git a/discord/audit_logs.py b/discord/audit_logs.py index d691b34b2..0a5ef3695 100644 --- a/discord/audit_logs.py +++ b/discord/audit_logs.py @@ -545,7 +545,7 @@ class AuditLogChanges: except (AttributeError, TypeError): pass - def _handle_colors(self, diff: AuditLogDiff, colours: RoleColours): + def _handle_colours(self, diff: AuditLogDiff, colours: RoleColours): # handle colours to multiple colour attributes diff.color = diff.colour = Colour(colours['primary_color'])