mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 01:16:21 +00:00
Add PartialChannel to list of implementing classes for Messageable
This commit is contained in:
@ -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`
|
||||
|
Reference in New Issue
Block a user