mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-04 11:02:37 +00:00
Add PartialChannel to list of implementing classes for Messageable
This commit is contained in:
parent
0c613148af
commit
fedfe5bec2
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user