From 1ba777c69790ccea98794b2b2dd88c536712024e Mon Sep 17 00:00:00 2001 From: James Seden Smith Date: Mon, 15 Feb 2016 16:16:31 +0000 Subject: [PATCH] Added missing line to allow the !queue command to give more information --- cogs/audio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/audio.py b/cogs/audio.py index 8aa01b475..5d0f6412c 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -246,6 +246,7 @@ class Audio: if not self.playlist: self.queue.append(link) msg = ctx.message + result = await self.get_song_metadata(link) if result["title"] != []: await self.bot.say("{} has been put into the queue by {}.".format(result["title"], msg.author)) else: