Skip to content

Commit

Permalink
Fix Intents.auto_moderation flag to alias_flag_value
Browse files Browse the repository at this point in the history
  • Loading branch information
RealServerBot committed Aug 11, 2023
1 parent 2348d72 commit 2e2f20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ def guild_scheduled_events(self):
"""
return 1 << 16

@flag_value
@alias_flag_value
def auto_moderation(self):
""":class:`bool`: Whether auto moderation related events are enabled.
Expand Down

0 comments on commit 2e2f20c

Please sign in to comment.