Skip to content

Commit 2dbb22e

Browse files
committed
chore: Change from ctx.reinvoke to vc_play.invoke
1 parent 62469c3 commit 2dbb22e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/music.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ async def vc_play(self, ctx: Context, source: wavelink.TrackSource | None = None
270270
if not success:
271271
await ctx.reply(':x: | There was an error when trying to join the voice channel')
272272
return
273-
await ctx.reinvoke()
273+
await self.vc_play.invoke(ctx)
274274
return
275275

276276
if not ctx.author.voice or not ctx.author.voice.channel or ctx.author.voice.channel.id != player.channel.id:

0 commit comments

Comments
 (0)