M
M
Mark Eshkilev2021-12-09 22:23:30
Node.js
Mark Eshkilev, 2021-12-09 22:23:30

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

2 answer(s)
J
JiMoon, 2021-12-10
@Jimoon

no way. just clear these two messages (well, or by the id of the message, I don’t rummage for js)

T
TheBeJIIHiu, 2021-12-10
@TheBeJIIHiu

message.channel.send("Сообщение")
.then(msg => {
    setTimeout(() => msg.delete(), 1000)
})

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question