@client.command() async def join(ctx): if ctx.message.author.voice: channel = ctx.author.voice.channel await channel.connect()
I\'ve