Discord Music bot VoiceClient' object has no attribute 'create_ytdl_player'
问题 I wanted to programm my own discord bot, which plays some songs from youtube but it wont create the ydl player this is the error Command raised an exception: AttributeError: 'VoiceClient' object has no attribute 'create_ytdl_player' and this is my code. Thanks in advance. @client.command(pass_context=True) async def s(ctx): user=ctx.message.author voicech = ctx.author.voice.channel voice = await voicech.connect() player = await voice.create_ytdl_player("some url") player = await vc.create