diff --git a/docs/docs_client.rst b/docs/docs_client.rst index f199a24a3..26357841d 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -948,6 +948,11 @@ voiceJoin Emitted when a user joins a voice channel, supplies a VoiceChannel_ and a User_ +voiceSwitch +~~~~~~~~~~~ + +Emitted when a user switches voice channels, supplies the old VoiceChannel_, the new VoiceChannel_, and a User_ + voiceLeave ~~~~~~~~~~