【问题标题】:Is there a way to edit a specific message using the message id. Discord.PY有没有办法使用消息 ID 编辑特定消息。不和谐
【发布时间】:2020-12-30 10:10:21
【问题描述】:

有没有办法通过使用消息 ID 来编辑不和谐机器人用户之前发送的消息?

【问题讨论】:

标签: python discord.py


【解决方案1】:

可以,可以使用await message.edit()函数

还有更多选项可以编辑消息,例如on_raw_message_edit

查看 discord.py 文档以获取更多信息,它都在documentation

【讨论】:

  • 编辑:没关系,我真的应该阅读我的问题上的 cmets
猜你喜欢
  • 2021-07-29
  • 1970-01-01
  • 2020-10-06
  • 2021-06-20
  • 2021-07-06
  • 2021-06-22
  • 1970-01-01
  • 2021-11-24
  • 1970-01-01
相关资源
最近更新 更多