From fa76f902b44d2df6d5d48e22d3a86bf0b88190c2 Mon Sep 17 00:00:00 2001 From: owocado <24418520+owocado@users.noreply.github.com> Date: Tue, 25 Nov 2025 21:25:44 +0530 Subject: [PATCH] fix types --- discord/types/audit_log.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/types/audit_log.py b/discord/types/audit_log.py index e2c3c1503..6ca907989 100644 --- a/discord/types/audit_log.py +++ b/discord/types/audit_log.py @@ -108,6 +108,8 @@ AuditLogEvent = Literal[ 167, 190, 191, + 212, + 213, ]