diff --git a/cogs/music.py b/cogs/music.py index c7eafbd..b4747de 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -350,7 +350,7 @@ class Music: pass return True # If we time out trying to join, just let them know and return False - except (asyncio.TimeoutError, OSError): + except (asyncio.TimeoutError, OSError): if msg: try: await msg.edit(content="Sorry, but I couldn't connect right now! Please try again later")