Browse Source

Merge fa76f902b4 into 2fbed93624

pull/10355/merge
owocado 1 month ago
committed by GitHub
parent
commit
9e05307393
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/enums.py
  2. 2
      discord/types/audit_log.py

2
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

2
discord/types/audit_log.py

@ -108,6 +108,8 @@ AuditLogEvent = Literal[
167,
190,
191,
212,
213,
]

Loading…
Cancel
Save