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 436e277d..314c1b11 100644 --- a/discord/message.py +++ b/discord/message.py @@ -84,7 +84,7 @@ class Message: not rely on it. This is a discord limitation, not one with the library. channel_mentions: list - A list of :class:`Channel` that were mentioned. If the message is in a private message + A list of :class:`abc.GuildChannel` 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` that were mentioned. If the message is in a private message |