作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
有没有办法让机器人编辑自己的消息?我试图寻找答案,但找不到。
最佳答案
这将通过代码来完成。你只需要在你的机器人程序中以某种方式执行它。例如,为它创建一个执行它的命令,稍后您可以删除它。
channel = bot.get_channel(id_of_the_channel)
message = await channel.fetch_message(id_of_the_message)
# make sure that you change "id_of_the_channel" for the id of the channel (as an integer)
# and make sure to change "id_of_the_message" for the id of the message (as an integer)
# you can get those by enabling Developer Mode in the Appearance settings in discord
# and right-clicking on the channel to get its id, and right-clicking on the message to get
# its id as well.
await message.edit(content="the new content of the message")
关于python - 如何让机器人在 discord.py 中编辑自己的消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61553424/
我是一名优秀的程序员,十分优秀!