Skip to content

Commit 9a3c061

Browse files
committed
more params
1 parent 2dbf7da commit 9a3c061

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
@@ -271,7 +271,7 @@ async def vc_play(self, ctx: Context, source: wavelink.TrackSource | None = None
271271
await ctx.reply(':x: | There was an error when trying to join the voice channel')
272272
return
273273
ctx.command.reset_cooldown(ctx) # type: ignore
274-
await self.vc_play.invoke(ctx, query=query)
274+
await self.vc_play(ctx, source=source, query=query)
275275
return
276276

277277
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)