diff --git a/discord/abc.py b/discord/abc.py index a652f16cc..c3fd08924 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -2107,11 +2107,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 ------- diff --git a/discord/voice_client.py b/discord/voice_client.py index 312ddd23c..63bcb87a2 100644 --- a/discord/voice_client.py +++ b/discord/voice_client.py @@ -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