aboutsummaryrefslogtreecommitdiff
path: root/discord/message.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-19 21:57:25 -0400
committerRapptz <[email protected]>2017-05-19 21:58:02 -0400
commit3727618b6547981e66d022c04516cf43488ab1f8 (patch)
tree74e4cb9388cd31791998cecd2ffed96bc1c6a0ea /discord/message.py
parentUpdate migrating page with new extension information. (diff)
downloaddiscord.py-3727618b6547981e66d022c04516cf43488ab1f8.tar.xz
discord.py-3727618b6547981e66d022c04516cf43488ab1f8.zip
Kill remaining references to discord.Channel in documentation.
Diffstat (limited to 'discord/message.py')
-rw-r--r--discord/message.py2
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