1
0
Fork 0
mirror of synced 2024-05-20 12:32:26 +12:00

remove certain symbols that break song lookups

This commit is contained in:
Phxntxm 2017-04-20 19:13:57 -05:00
parent cc470c86db
commit 62c9c764d6

View file

@ -348,6 +348,8 @@ class Music:
if not await ctx.invoke(self.join):
return
song = re.sub('[<>\[\]]', '', song)
try:
entry = await self.add_entry(song, ctx)
except asyncio.TimeoutError: