#The channel.connect has issues

1 messages · Page 1 of 1 (latest)

wanton bay
#

So, when i use the channel.connect , the timeout error is not raised when i use cls = wavelink.Player as the parameter if the bot is unable to connect to that channel.

I have been trying to fix it up since a month and nothing works
Please avoid saying:
use @commands.has_permission, use channel.permissions_for, use try and except.i have tried most of it and nothing seems to fix it.

For those who are not understanding:

A basic code:

@music.command(name=play)
async def play_cmd(self, ctx, query.....):
vc: wavelink.Player = await ctx.author.channel.connect(cls = blah nlah)
#

I need help for it and there is basically no proper help i am able to get.