我有这段代码:
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
,但这仍然会发生..它与代码本身或其他东西有关吗?
答案 0 :(得分:0)
您的问题很可能是由于您在discord.py
路径中的某个位置命名该文件或其他文件。要修复它,只需将文件重命名为其他内容即可。也许是run.py
或其他什么?