Answer the question
In order to leave comments, you need to log in
How can I delete the penultimate message sent to a discord channel?
Hello! How can I delete the penultimate message written in a discord channel? using discord.js
Answer the question
In order to leave comments, you need to log in
no way. just clear these two messages (well, or by the id of the message, I don’t rummage for js)
message.channel.send("Сообщение")
.then(msg => {
setTimeout(() => msg.delete(), 1000)
})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question