Skip to content

Commit a70a3b7

Browse files
authored
Add PIN_PERMISSION_MIGRATION_COMPLETE & BYPASS_SLOWMODE_PERMISSION_MIGRATION_COMPLETE audit log events`
1 parent 9be91cb commit a70a3b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

discord/enums.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,8 @@ class AuditLogAction(Enum):
428428
onboarding_update = 167
429429
home_settings_create = 190
430430
home_settings_update = 191
431+
pin_permission_migration_complete = 212
432+
bypass_slowmode_permission_migration_complete = 213
431433
# fmt: on
432434

433435
@property

0 commit comments

Comments
 (0)