diff options
| author | Rapptz <[email protected]> | 2020-01-21 03:47:56 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-21 03:47:56 -0500 |
| commit | 02397306b2ed76b3bc42b2b28e8672e839bdeaf5 (patch) | |
| tree | 90286ce3d6ec654f4be9952a9459675c7fb52c74 /discord/member.py | |
| parent | [commands] Export max_concurrency and MaxConcurrencyReached in docs (diff) | |
| download | discord.py-02397306b2ed76b3bc42b2b28e8672e839bdeaf5.tar.xz discord.py-02397306b2ed76b3bc42b2b28e8672e839bdeaf5.zip | |
Drop superfluous zero in version related changes in the documentation
Diffstat (limited to 'discord/member.py')
| -rw-r--r-- | discord/member.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/discord/member.py b/discord/member.py index b2540bae..d795d110 100644 --- a/discord/member.py +++ b/discord/member.py @@ -53,7 +53,7 @@ class VoiceState: self_stream: :class:`bool` Indicates if the user is currently streaming via 'Go Live' feature. - .. versionadded:: 1.3.0 + .. versionadded:: 1.3 self_video: :class:`bool` Indicates if the user is currently broadcasting video. @@ -511,7 +511,7 @@ class Member(discord.abc.Messageable, _BaseUser): All parameters are optional. - .. versionchanged:: 1.1.0 + .. versionchanged:: 1.1 Can now pass ``None`` to ``voice_channel`` to kick a member from voice. Parameters @@ -589,7 +589,7 @@ class Member(discord.abc.Messageable, _BaseUser): This raises the same exceptions as :meth:`edit`. - .. versionchanged:: 1.1.0 + .. versionchanged:: 1.1 Can now pass ``None`` to kick a member from voice. Parameters |