From 58710462ab6b88a68678c93064dbe14384a9162e Mon Sep 17 00:00:00 2001 From: ec Date: Tue, 8 Jul 2025 19:08:26 -0700 Subject: [PATCH] i forot the method name --- discord/audit_logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])