diff options
| author | Rapptz <[email protected]> | 2017-05-19 21:57:25 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-19 21:58:02 -0400 |
| commit | 3727618b6547981e66d022c04516cf43488ab1f8 (patch) | |
| tree | 74e4cb9388cd31791998cecd2ffed96bc1c6a0ea /discord/message.py | |
| parent | Update migrating page with new extension information. (diff) | |
| download | discord.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.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 |