From 3727618b6547981e66d022c04516cf43488ab1f8 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 19 May 2017 21:57:25 -0400 Subject: Kill remaining references to discord.Channel in documentation. --- discord/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/message.py') 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 -- cgit v1.2.3