Browse Source
Update abc.Messageable docs to show VoiceChannel
pull/7839/head
UltimateSppy765
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
discord/abc.py
|
|
@ -1238,6 +1238,7 @@ class Messageable: |
|
|
|
The following implement this ABC: |
|
|
|
|
|
|
|
- :class:`~discord.TextChannel` |
|
|
|
- :class:`~discord.VoiceChannel` |
|
|
|
- :class:`~discord.DMChannel` |
|
|
|
- :class:`~discord.GroupChannel` |
|
|
|
- :class:`~discord.User` |
|
|
|