owocado
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
0 deletions
-
discord/enums.py
-
discord/types/audit_log.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 |
|
|
|
|
|
|
|
@ -108,6 +108,8 @@ AuditLogEvent = Literal[ |
|
|
|
167, |
|
|
|
190, |
|
|
|
191, |
|
|
|
212, |
|
|
|
213, |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|