mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
Added missing line to allow the !queue command to give more information
This commit is contained in:
parent
af373901df
commit
1ba777c697
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user