1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-16 10:49:24 +00:00

Add warning to VoiceProtocol.on_voice_state_update

This commit is contained in:
Mysty 2023-11-20 10:51:00 +10:00 committed by GitHub
parent a9936c2da5
commit 9810cb9936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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