Browse Source
Fix Intents.auto_moderation flag to alias_flag_value
pull/9529/head
Server Bot
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/flags.py
|
|
@ -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. |
|
|
|
|
|
|
|