Skip to content

Commit

Permalink
Update music.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NixonXC authored Feb 24, 2022
1 parent 2fdbd3d commit 446b6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cord-music/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async def play_track(self, ctx: commands.Context, query: str, provider=None):

track = tracks[0]

await msg.edit_original_message(content=f"**Added** `{track.title}` **to queue.** ")
await ctx.send(f"**Added** `{track.title}` **to queue.** ")
await player.queue.put(track)

if not player.is_playing():
Expand Down

0 comments on commit 446b6a1

Please sign in to comment.