Browse Source
Add `PIN_PERMISSION_MIGRATION_COMPLETE` & `BYPASS_SLOWMODE_PERMISSION_MIGRATION_COMPLETE` audit log events`
pull/10355/head
owocado
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
discord/enums.py
|
|
|
@ -428,6 +428,8 @@ class AuditLogAction(Enum): |
|
|
|
onboarding_update = 167 |
|
|
|
home_settings_create = 190 |
|
|
|
home_settings_update = 191 |
|
|
|
pin_permission_migration_complete = 212 |
|
|
|
bypass_slowmode_permission_migration_complete = 213 |
|
|
|
# fmt: on |
|
|
|
|
|
|
|
@property |
|
|
|
|