mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Add a new extlink for discord documentation
This commit is contained in:
@ -124,11 +124,7 @@ class VoiceProtocol:
|
||||
Parameters
|
||||
------------
|
||||
data: :class:`dict`
|
||||
The raw `voice state payload`__.
|
||||
|
||||
.. _voice_state_update_payload: https://discord.com/developers/docs/resources/voice#voice-state-object
|
||||
|
||||
__ voice_state_update_payload_
|
||||
The raw :ddocs:`voice state payload <resources/voice#voice-state-object>`.
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
@ -141,11 +137,7 @@ class VoiceProtocol:
|
||||
Parameters
|
||||
------------
|
||||
data: :class:`dict`
|
||||
The raw `voice server update payload`__.
|
||||
|
||||
.. _voice_server_update_payload: https://discord.com/developers/docs/topics/gateway#voice-server-update-voice-server-update-event-fields
|
||||
|
||||
__ voice_server_update_payload_
|
||||
The raw :ddocs:`voice server update payload <topics/gateway#voice-server-update>`.
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
|
Reference in New Issue
Block a user