From 87e8634c0b0c7e68298d9583ea3fa118a5b7429f Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Wed, 9 Jul 2025 19:09:54 +0200 Subject: [PATCH] Add new auditlog actions to types --- discord/types/audit_log.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/discord/types/audit_log.py b/discord/types/audit_log.py index 135a24518..29e2f09b7 100644 --- a/discord/types/audit_log.py +++ b/discord/types/audit_log.py @@ -102,7 +102,11 @@ AuditLogEvent = Literal[ 151, 163, 164, + 165, + 166, 167, + 190, + 191, ]