diff --git a/discord/permissions.py b/discord/permissions.py index a097cde116..931d9aec95 100644 --- a/discord/permissions.py +++ b/discord/permissions.py @@ -419,7 +419,7 @@ def read_message_history(self) -> int: @flag_value def mention_everyone(self) -> int: - """:class:`bool`: Returns ``True`` if a user's @everyone or @here will mention everyone in the text channel.""" + """:class:`bool`: Returns ``True`` if a user's ``@everyone``, ``@here`` or role mentions will mention in the text channel.""" return 1 << 17 @flag_value