From 0c7739757e57cdf1b3070cfb9c99937d6a91c328 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 21 Jul 2021 13:39:27 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7Sending=20regular=20messages=20inst?= =?UTF-8?q?ead=20of=20whispers=20for=20now?= 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 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!" )