mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Change View, Modal, and AudioPlayer to use logger instead of stderr
This commit is contained in:
@ -572,7 +572,10 @@ class VoiceClient(VoiceProtocol):
|
||||
|
||||
If an error happens while the audio player is running, the exception is
|
||||
caught and the audio player is then stopped. If no after callback is
|
||||
passed, any caught exception will be displayed as if it were raised.
|
||||
passed, any caught exception will be logged using the library logger.
|
||||
|
||||
.. versionchanged:: 2.0
|
||||
Instead of writing to ``sys.stderr``, the library's logger is used.
|
||||
|
||||
Parameters
|
||||
-----------
|
||||
|
Reference in New Issue
Block a user