1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-09 07:20:23 +00:00

Fix versionadded docstrings in voice connect methods

This commit is contained in:
Rapptz 2022-05-27 04:13:56 -04:00
parent cf031f71b9
commit 4c74523794
2 changed files with 4 additions and 4 deletions

@ -1839,11 +1839,11 @@ class Connectable(Protocol):
self_mute: :class:`bool`
Indicates if the client should be self-muted.
.. versionadded: 2.0
.. versionadded:: 2.0
self_deaf: :class:`bool`
Indicates if the client should be self-deafened.
.. versionadded: 2.0
.. versionadded:: 2.0
Raises
-------

@ -164,11 +164,11 @@ class VoiceProtocol:
self_mute: :class:`bool`
Indicates if the client should be self-muted.
.. versionadded: 2.0
.. versionadded:: 2.0
self_deaf: :class:`bool`
Indicates if the client should be self-deafened.
.. versionadded: 2.0
.. versionadded:: 2.0
"""
raise NotImplementedError