We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mention_everyone
1 parent d40c9b0 commit 56d13c4Copy full SHA for 56d13c4
discord/permissions.py
@@ -419,7 +419,7 @@ def read_message_history(self) -> int:
419
420
@flag_value
421
def mention_everyone(self) -> int:
422
- """: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."""
423
return 1 << 17
424
425
0 commit comments