Browse Source

Add warning to VoiceProtocol.on_voice_state_update

pull/9636/head
Mysty 1 year ago
committed by GitHub
parent
commit
9810cb9936
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      discord/voice_client.py

4
discord/voice_client.py

@ -105,6 +105,10 @@ class VoiceProtocol:
An abstract method that is called when the client's voice state
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
------------
data: :class:`dict`

Loading…
Cancel
Save