From feb639095417944f375a2fd36054146479f256cd Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 19 Jul 2021 00:06:58 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9E=95Added=20URL=20to=20confirmed=20message?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index a99b2db..f20e6ac 100644 --- a/bot.py +++ b/bot.py @@ -133,7 +133,7 @@ async def song_request(self, ctx, song, song_uri, album: bool): if song_uri != "not found": sp.add_to_queue(song_uri) await ctx.author.send( - f"Your song ({song_name} by {', '.join(song_artists_names)}) has been added to {ctx.channel.name}'s queue!" + f"Your song ({song_name} by {', '.join(song_artists_names)}) [ {data['external_urls']['spotify']} ] has been added to {ctx.channel.name}'s queue!" )