gpt4 book ai didi

python - Discord.py 重写

转载 作者:太空宇宙 更新时间:2023-11-03 20:39:52 24 4
gpt4 key购买 nike

一年后我重新访问discord.py,发现异步显然不可用,所以显然,现在我正在使用重写并且不知道我在做什么。我正在尝试发送一个简单的嵌入内容,但机器人却说:

'<discord.embeds.Embed object at 0x108778288>'

这是我的代码:

@bot.command(pass_context=True)
async def help(ctx):
aiuto = discord.Embed(title="Help", description="being helpful")
await ctx.send(aiuto)

最佳答案

您现在可以将 embed kwarg 传递给消息,

await ctx.send(embed = aiuto)

此外,在discord.py重写中,您不需要将pass_context传递给bot.command@bot.command也有效

关于python - Discord.py 重写 <discord.embeds.Embed 对象位于 0x108778288>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56926677/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com