mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Added missing line to allow the !queue command to give more information
This commit is contained in:
@@ -246,6 +246,7 @@ class Audio:
|
|||||||
if not self.playlist:
|
if not self.playlist:
|
||||||
self.queue.append(link)
|
self.queue.append(link)
|
||||||
msg = ctx.message
|
msg = ctx.message
|
||||||
|
result = await self.get_song_metadata(link)
|
||||||
if result["title"] != []:
|
if result["title"] != []:
|
||||||
await self.bot.say("{} has been put into the queue by {}.".format(result["title"], msg.author))
|
await self.bot.say("{} has been put into the queue by {}.".format(result["title"], msg.author))
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user