mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 18:33:02 +00:00
Fix AuditLogEntry.target being incorrect for bulk message delete
Fixes #6851
This commit is contained in:
@ -373,6 +373,8 @@ class AuditLogAction(Enum):
|
||||
return 'webhook'
|
||||
elif v < 70:
|
||||
return 'emoji'
|
||||
elif v == 73:
|
||||
return 'channel'
|
||||
elif v < 80:
|
||||
return 'message'
|
||||
elif v < 90:
|
||||
|
Reference in New Issue
Block a user