From 5fa715c35033c4fd5438649a03f4d2835e7a7f06 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 1 May 2016 07:34:48 -0400 Subject: [PATCH] Fix typo in Message.role_mentions documentation. --- discord/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/message.py b/discord/message.py index 0e614fbb3..ea7bfd644 100644 --- a/discord/message.py +++ b/discord/message.py @@ -84,7 +84,7 @@ class Message: A list of :class:`Channel` that were mentioned. If the message is in a private message then the list is always empty. role_mentions : list - A list of :class:`Role`s that were mentioned. If the message is in a private message + A list of :class:`Role` that were mentioned. If the message is in a private message then the list is always empty. id : str The message ID.