From c88feaa554369c2d0cc296cdf7aed0dd7b318b4a Mon Sep 17 00:00:00 2001 From: abalabahaha Date: Wed, 1 Jun 2016 15:58:08 -0700 Subject: [PATCH] Add voiceSwitch to docs --- docs/docs_client.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 ~~~~~~~~~~