Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
➕Added URL to confirmed message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattbtw committed Jul 19, 2021
1 parent d8d6787 commit feb6390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
)


Expand Down

0 comments on commit feb6390

Please sign in to comment.