diff --git a/discord/abc.py b/discord/abc.py index e2da0f849..d303b0110 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1277,12 +1277,13 @@ class GuildChannel: class Messageable: """An ABC that details the common operations on a model that can send messages. - The following implement this ABC: + The following classes implement this ABC: - :class:`~discord.TextChannel` - :class:`~discord.VoiceChannel` - :class:`~discord.DMChannel` - :class:`~discord.GroupChannel` + - :class:`~discord.PartialMessageable` - :class:`~discord.User` - :class:`~discord.Member` - :class:`~discord.ext.commands.Context`