diff --git a/bot.py b/bot.py index f20e6ac..1e2068e 100644 --- a/bot.py +++ b/bot.py @@ -132,7 +132,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( + await ctx.send( f"Your song ({song_name} by {', '.join(song_artists_names)}) [ {data['external_urls']['spotify']} ] has been added to {ctx.channel.name}'s queue!" )