mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add automod types to audit log
This commit is contained in:
@ -452,8 +452,10 @@ class AuditLogAction(Enum):
|
||||
return 'thread'
|
||||
elif v < 122:
|
||||
return 'integration_or_app_command'
|
||||
elif v < 144:
|
||||
elif v < 143:
|
||||
return 'auto_moderation'
|
||||
elif v == 143:
|
||||
return 'user'
|
||||
|
||||
|
||||
class UserFlags(Enum):
|
||||
|
Reference in New Issue
Block a user