Fix Intents.auto_moderation flag to alias_flag_value

This commit is contained in:
Server Bot
2023-08-12 02:15:53 +05:30
committed by GitHub
parent 2348d72a72
commit 2e2f20c6d5

View File

@ -1211,7 +1211,7 @@ class Intents(BaseFlags):
"""
return 1 << 16
@flag_value
@alias_flag_value
def auto_moderation(self):
""":class:`bool`: Whether auto moderation related events are enabled.