discord.py版本1.3.4不知道如何使bot在vc中播放mp3

时间:2020-07-26 18:47:58

标签: python discord discord.py

我使用chatterbot制作了一个聊天机器人,效果很好,但我想使其能够进行文字转语音。整个tts与gtts一起工作。我经历了寻找是否有人想做类似的事情而找不到任何东西。如果可能的话,您还可以显示如何发出联接离开命令,因为我是discord.py的新手,因此阅读文档并不有趣。 不知道hastebin能持续多久,但https://hasteb.in/rutasexo.py

1 个答案:

答案 0 :(得分:0)

https://github.com/Rapptz/discord.py/issues/978 这很有用,而使bot播放mp3的代码是

    voice = await message.author.voice.channel.connect()
    voice.play(discord.FFmpegPCMAudio(executable="where your FFmpeg is installed, make sure you put the ffmpeg.exe", source='response.mp3'))