📅  最后修改于: 2022-03-11 14:48:32.639000             🧑  作者: Mango
// 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());