mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 16:32:59 +00:00
Update documentation in voice_client.py
This commit is contained in:
@@ -570,7 +570,7 @@ class VoiceClient(VoiceProtocol):
|
|||||||
-----------
|
-----------
|
||||||
source: :class:`AudioSource`
|
source: :class:`AudioSource`
|
||||||
The audio source we're reading from.
|
The audio source we're reading from.
|
||||||
after: Callable[[:class:`Exception`], Any]
|
after: Callable[[Optional[:class:`Exception`]], Any]
|
||||||
The finalizer that is called after the stream is exhausted.
|
The finalizer that is called after the stream is exhausted.
|
||||||
This function must have a single parameter, ``error``, that
|
This function must have a single parameter, ``error``, that
|
||||||
denotes an optional exception that was raised during playing.
|
denotes an optional exception that was raised during playing.
|
||||||
|
Reference in New Issue
Block a user