Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
77 changed files with 2571 additions and 2108 deletions
Showing only changes of commit 187b811836 - Show all commits

View File

@ -189,6 +189,7 @@ class GuildChannel:
- :class:`~discord.TextChannel`
- :class:`~discord.VoiceChannel`
- :class:`~discord.CategoryChannel`
- :class:`~discord.StageChannel`
This ABC must also implement :class:`~discord.abc.Snowflake`.