diff options
Diffstat (limited to 'discord/player.py')
| -rw-r--r-- | discord/player.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/player.py b/discord/player.py index a882287b..c645ae66 100644 --- a/discord/player.py +++ b/discord/player.py @@ -54,8 +54,8 @@ class AudioSource: Subclasses must implement this. - If the audio is complete, then returning an empty *bytes-like* object - to signal this is the way to do so. + If the audio is complete, then returning an empty + :term:`py:bytes-like object` to signal this is the way to do so. If :meth:`is_opus` method returns ``True``, then it must return 20ms worth of Opus encoded audio. Otherwise, it must be 20ms |