mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 16:32:59 +00:00
Fix versionadded docstrings in voice connect methods
This commit is contained in:
@@ -1839,11 +1839,11 @@ class Connectable(Protocol):
|
|||||||
self_mute: :class:`bool`
|
self_mute: :class:`bool`
|
||||||
Indicates if the client should be self-muted.
|
Indicates if the client should be self-muted.
|
||||||
|
|
||||||
.. versionadded: 2.0
|
.. versionadded:: 2.0
|
||||||
self_deaf: :class:`bool`
|
self_deaf: :class:`bool`
|
||||||
Indicates if the client should be self-deafened.
|
Indicates if the client should be self-deafened.
|
||||||
|
|
||||||
.. versionadded: 2.0
|
.. versionadded:: 2.0
|
||||||
|
|
||||||
Raises
|
Raises
|
||||||
-------
|
-------
|
||||||
|
@@ -164,11 +164,11 @@ class VoiceProtocol:
|
|||||||
self_mute: :class:`bool`
|
self_mute: :class:`bool`
|
||||||
Indicates if the client should be self-muted.
|
Indicates if the client should be self-muted.
|
||||||
|
|
||||||
.. versionadded: 2.0
|
.. versionadded:: 2.0
|
||||||
self_deaf: :class:`bool`
|
self_deaf: :class:`bool`
|
||||||
Indicates if the client should be self-deafened.
|
Indicates if the client should be self-deafened.
|
||||||
|
|
||||||
.. versionadded: 2.0
|
.. versionadded:: 2.0
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user