aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/flags.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/discord/flags.py b/discord/flags.py
index 38a6ac3f..0cc106e5 100644
--- a/discord/flags.py
+++ b/discord/flags.py
@@ -594,7 +594,7 @@ class Intents(BaseFlags):
"""
return 1 << 8
- @flag_value
+ @alias_flag_value
def messages(self):
""":class:`bool`: Whether guild and direct message related events are enabled.
@@ -677,7 +677,7 @@ class Intents(BaseFlags):
"""
return 1 << 12
- @flag_value
+ @alias_flag_value
def reactions(self):
""":class:`bool`: Whether guild and direct message reaction related events are enabled.
@@ -740,7 +740,7 @@ class Intents(BaseFlags):
"""
return 1 << 13
- @flag_value
+ @alias_flag_value
def typing(self):
""":class:`bool`: Whether guild and direct message typing related events are enabled.