mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Add caveat note about Message.mention_everyone
This commit is contained in:
parent
5d4c555711
commit
ed53f3fb3a
@ -68,6 +68,13 @@ class Message(object):
|
||||
.. attribute:: mention_everyone
|
||||
|
||||
A boolean specifying if the message mentions everyone.
|
||||
|
||||
.. note::
|
||||
|
||||
This does not check if the ``@everyone`` text is in the message itself.
|
||||
Rather this boolean indicates if the ``@everyone`` text is in the message
|
||||
**and** it did end up mentioning everyone.
|
||||
|
||||
.. attribute:: mentions
|
||||
|
||||
A list of :class:`Member` that were mentioned. If the message is in a private message
|
||||
|
Loading…
x
Reference in New Issue
Block a user