📌  相关文章
📜  消息删除 discord.js - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:45.311000             🧑  作者: Mango

代码示例5
// 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());