Change View, Modal, and AudioPlayer to use logger instead of stderr

This commit is contained in:
mniip
2022-06-22 09:10:02 +03:00
committed by GitHub
parent 9fc4769b18
commit 1be36c9c3e
5 changed files with 11 additions and 17 deletions

View File

@ -941,6 +941,7 @@ The library now provides a default logging configuration if using :meth:`Client.
- :meth:`Client.on_error`
- :meth:`discord.ext.tasks.Loop.error`
- :meth:`discord.ext.commands.Bot.on_command_error`
- :meth:`VoiceClient.play`
For more information, check :doc:`logging`.