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: