Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
82 changed files with 2661 additions and 2158 deletions
Showing only changes of commit 81457330ed - Show all commits

View File

@ -823,7 +823,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
:type member: :class:`Member`
:param before: The voice state prior to the changes.
:type before: :class:`VoiceState`
:param after: The voice state after to the changes.
:param after: The voice state after the changes.
:type after: :class:`VoiceState`
.. function:: on_member_ban(guild, user)