From 7cf0107877f1edf6c4b25fd188310be6f6f334cc Mon Sep 17 00:00:00 2001 From: Twentysix Date: Wed, 16 Mar 2016 02:36:21 +0100 Subject: [PATCH] Typo --- cogs/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/audio.py b/cogs/audio.py index 072384af6..c6a3cc62f 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -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]):