gpt4 book ai didi

python - 回复留言discord.py

转载 作者:行者123 更新时间:2023-12-03 20:23:55 25 4
gpt4 key购买 nike

我想让我的机器人在用户输入某个句子时对用户消息使用react。
我的回复代码:

await ctx.message.reply("I just replied to you")
我收到错误:
ctx.message has no attribute "reply"
我可以做什么代码让机器人回复消息?
当我说回复时,我的意思与用户可以按消息回复相同

最佳答案

对于这里的任何新用户,截至 1.6.0 discord.py-rewrite 更新,你现在可以回复了!
discord.abc.Messageable现在有一个回复属性。要回复,只需使用

await ctx.reply('Hello!')
您也可以在回复中不提及作者 mention_author=False
await ctx.reply('Hello!', mention_author=False)
No reply example
Reply example
您还可以找到一个基本示例 Here

关于python - 回复留言discord.py,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65292230/

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