diff options
Diffstat (limited to 'discord/message.py')
| -rw-r--r-- | discord/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.py b/discord/message.py index c7d97b04..91140af1 100644 --- a/discord/message.py +++ b/discord/message.py @@ -61,7 +61,7 @@ class Message(object): A boolean specifying if the message mentions everyone. .. attribute:: mentions - An array of :class:`User`s that were mentioned. + An array of :class:`User` that were mentioned. .. attribute:: id The message ID. |