Fix issues with VoiceProtocol docstrsings.
This commit is contained in:
parent
e3922e24d9
commit
9830e0ed8a
@ -93,9 +93,11 @@ class VoiceProtocol:
|
|||||||
Parameters
|
Parameters
|
||||||
------------
|
------------
|
||||||
data: :class:`dict`
|
data: :class:`dict`
|
||||||
The raw `voice state payload`_.
|
The raw `voice state payload`__.
|
||||||
|
|
||||||
.. _voice state payload: https://discord.com/developers/docs/resources/voice#voice-state-object
|
.. _voice_state_update_payload: https://discord.com/developers/docs/resources/voice#voice-state-object
|
||||||
|
|
||||||
|
__ voice_state_update_payload_
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
@ -110,9 +112,9 @@ class VoiceProtocol:
|
|||||||
data: :class:`dict`
|
data: :class:`dict`
|
||||||
The raw `voice server update payload`__.
|
The raw `voice server update payload`__.
|
||||||
|
|
||||||
.. _VSU: https://discord.com/developers/docs/topics/gateway#voice-server-update-voice-server-update-event-fields
|
.. _voice_server_update_payload: https://discord.com/developers/docs/topics/gateway#voice-server-update-voice-server-update-event-fields
|
||||||
|
|
||||||
__ VSU_
|
__ voice_server_update_payload_
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user