【发布时间】:2018-04-11 20:45:30
【问题描述】:
代码:
channel = ctx.message.author.voice.voice_channel
link = "https://youtube.com/watch?v=videoidhere"
voice = await bot.join_voice_channel(channel)
player = voice.create_ytdl_player(link)
player.start()
我收到此错误:
AttributeError: 'generator' object has no attribute 'start'
FFmpeg 会被破坏吗?如果是的话,我找不到卸载FFmpeg的方法,删除安装文件夹。
【问题讨论】:
标签: python python-3.x ffmpeg discord discord.py