diff --git a/cogs/music.py b/cogs/music.py index 8ab4961..e77fb1d 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -463,6 +463,7 @@ class Music(Cog): except: logger.warning(f"opus could not be loaded from {path} -- trying next?") logger.error("opus could not be loaded!") + break ctx.voice_client.play( player, after=lambda e: self.after(ctx)