Kill remaining references to discord.Channel in documentation.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user