AttributeError:module' discord'没有属性'嵌入'

时间:2017-06-10 15:22:53

标签: python discord discord.py

我有这段代码:

embed=discord.Embed(title="Commands - Type '/help [command prefix]' for command info!", color=0xff0d13)
embed.set_footer(text="!blacklist, !clean, !clear, !disconnect, !id, !joinserver, !listids, !np, !pause, !perms, !play, !pldump, !queue, !restart, !resume, !search, !setavatar, !setname, !setnick, !shuffle, !shutdown, !skip, !summon, !volume") 
await self.bot.say(embed=embed)

我一直收到这个错误:

AttributeError: module 'discord' has no attribute 'Embed'

但我不知道是什么导致的;我已经尝试再次安装discord.py,但这仍然会发生..它与代码本身或其他东西有关吗?

1 个答案:

答案 0 :(得分:0)

您的问题很可能是由于您在discord.py路径中的某个位置命名该文件或其他文件。要修复它,只需将文件重命名为其他内容即可。也许是run.py或其他什么?