标签: python discord.py
是否有一种方法可以使用消息ID编辑不和谐的bot用户先前发送过的消息?
答案 0 :(得分:0)
是的,您可以使用函数await message.edit()
await message.edit()
还有更多编辑消息的选项,例如on_raw_message_edit
on_raw_message_edit
查看discord.py文档以获取更多信息,所有这些都documentation