Fix AuditLogEntry.target being incorrect for bulk message delete
Fixes #6851
This commit is contained in:
parent
9d2576e464
commit
6a52eea6ff
@ -394,6 +394,8 @@ class AuditLogAction(Enum):
|
||||
return 'webhook'
|
||||
elif v < 70:
|
||||
return 'emoji'
|
||||
elif v == 73:
|
||||
return 'channel'
|
||||
elif v < 80:
|
||||
return 'message'
|
||||
elif v < 90:
|
||||
|
Loading…
x
Reference in New Issue
Block a user