mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
Typo
This commit is contained in:
parent
00b39accd9
commit
7cf0107877
@ -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]):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user