1
0
Fork 0
mirror of synced 2024-06-23 08:40:41 +12:00

Removed exception handling if voice was still none, it just caused a loop. I don't know how this error keeps happening

This commit is contained in:
phxntxm 2016-08-24 14:55:09 -05:00
parent 48c1f75bd0
commit df8db00c08

View file

@ -232,9 +232,6 @@ class Music:
"Sorry, I couldn't connect! This can sometimes be caused by the server region you are in. "
"You can either try again, or try to change the server's region and see if that fixes the issue")
return
except discord.ClientException:
await self.bot.voice_client_in(ctx.message.server).disconnect()
await ctx.invoke(self.summon)
# Return true so that we can invoke this, and ensure we succeeded
return True