Add voiceSwitch to docs

This commit is contained in:
abalabahaha
2016-06-01 15:58:08 -07:00
parent 05def5b3f2
commit c88feaa554

View File

@@ -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
~~~~~~~~~~