diff --git a/musicbot/audiocontroller.py b/musicbot/audiocontroller.py index 5f5cb024..1b260653 100644 --- a/musicbot/audiocontroller.py +++ b/musicbot/audiocontroller.py @@ -327,6 +327,7 @@ async def play_song(self, song: Song): before_options="-reconnect 1 -reconnect_streamed 1" " -reconnect_delay_max 5", options="-loglevel error", + stderr=sys.stderr, ), after=self.next_song, )