1
0
Fork 0
mirror of synced 2024-06-03 03:04:33 +12:00

Correct syntax error

This commit is contained in:
phxntxm 2017-06-11 13:03:34 -05:00
parent 1956d6e5c1
commit 14d6cc5e20

View file

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