Skip to content

Commit 128cfd5

Browse files
LumabotsPaillat-dev
authored andcommitted
docs: update docstring for mention_everyone to include role mentions (Pycord-Development#2957)
(cherry picked from commit 56d13c4)
1 parent 41ac385 commit 128cfd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discord/permissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def read_message_history(self) -> int:
410410

411411
@flag_value
412412
def mention_everyone(self) -> int:
413-
""":class:`bool`: Returns ``True`` if a user's @everyone or @here will mention everyone in the text channel."""
413+
""":class:`bool`: Returns ``True`` if a user's ``@everyone``, ``@here`` or role mentions will mention in the text channel."""
414414
return 1 << 17
415415

416416
@flag_value

0 commit comments

Comments
 (0)