aboutsummaryrefslogtreecommitdiff
path: root/discord/player.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/player.py')
-rw-r--r--discord/player.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/player.py b/discord/player.py
index 7a573418..8a10d394 100644
--- a/discord/player.py
+++ b/discord/player.py
@@ -120,7 +120,7 @@ class FFmpegAudio(AudioSource):
User created AudioSources using FFmpeg differently from how :class:`FFmpegPCMAudio` and
:class:`FFmpegOpusAudio` work should subclass this.
- .. versionadded:: 1.3.0
+ .. versionadded:: 1.3
"""
def __init__(self, source, *, executable='ffmpeg', args, **subprocess_kwargs):
@@ -242,7 +242,7 @@ class FFmpegOpusAudio(FFmpegAudio):
The same can be achieved by passing ``copy`` to the ``codec`` parameter, but only if you
know that the input source is opus encoded beforehand.
- .. versionadded:: 1.3.0
+ .. versionadded:: 1.3
.. warning::