This commit is contained in:
Twentysix 2016-03-16 02:36:21 +01:00
parent 00b39accd9
commit 7cf0107877

View File

@ -74,7 +74,7 @@ class Audio:
if await self.check_voice(msg.author, msg):
if link != ():
link = " ".join(link)
if "http" not in link or "www." not in link:
if "http" not in link and "www." not in link:
link = "[SEARCH:]" + link
else:
if not self.is_playlist_valid([link]):