📌  相关文章
📜  如何通过其 id discord.js 删除消息 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:59.229000             🧑  作者: Mango

代码示例2
// ASSUMPTIONS:
// channel: the channel you want the message to be sent in
// lastmsg: the id of the last poll message

channel.fetchMessage(lastmsg).then(msg => msg.delete());