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

Commit

Permalink
🔧Sending regular messages instead of whispers for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattbtw committed Jul 21, 2021
1 parent feb6390 commit 0c77397
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 @@ -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!"
)

Expand Down

0 comments on commit 0c77397

Please sign in to comment.