|
@ -104,6 +104,10 @@ class VoiceProtocol: |
|
|
An abstract method that is called when the client's voice state |
|
|
An abstract method that is called when the client's voice state |
|
|
has changed. This corresponds to ``VOICE_STATE_UPDATE``. |
|
|
has changed. This corresponds to ``VOICE_STATE_UPDATE``. |
|
|
|
|
|
|
|
|
|
|
|
.. warning:: |
|
|
|
|
|
|
|
|
|
|
|
This method is not the same as the event. See: :func:`on_voice_state_update` |
|
|
|
|
|
|
|
|
Parameters |
|
|
Parameters |
|
|
------------ |
|
|
------------ |
|
|
data: :class:`dict` |
|
|
data: :class:`dict` |
|
|