From e738c8a40f61d2317c58e07940f604023c9e1928 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Sun, 7 Feb 2016 23:23:14 +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 36eed8870..6cd1feeb3 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -70,7 +70,7 @@ class Audio: else: self.playlist = [] self.current = -1 - if not queue: await self.bot.say("The link has been put into queue.") + if not self.queue: await self.bot.say("The link has been put into queue.") self.queue.append(link) else: await self.bot.say("That link is not allowed.")