mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 18:32:32 -05:00
Typo
This commit is contained in:
@@ -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]):
|
||||
|
||||
Reference in New Issue
Block a user