Browse Source

Remove `_AuditLogProxyAutoModActionQuarantineUser`

pull/10274/head
Sacul 1 week ago
committed by GitHub
parent
commit
4564ffd4a2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      discord/audit_logs.py

1
discord/audit_logs.py

@ -720,7 +720,6 @@ class AuditLogEntry(Hashable):
_AuditLogProxyStageInstanceAction, _AuditLogProxyStageInstanceAction,
_AuditLogProxyMessageBulkDelete, _AuditLogProxyMessageBulkDelete,
_AuditLogProxyAutoModAction, _AuditLogProxyAutoModAction,
_AuditLogProxyAutoModActionQuarantineUser,
_AuditLogProxyMemberKickOrMemberRoleUpdate, _AuditLogProxyMemberKickOrMemberRoleUpdate,
Member, User, None, PartialIntegration, Member, User, None, PartialIntegration,
Role, Object Role, Object

Loading…
Cancel
Save