Ejemplo: discord js eliminar mensaje después de un tiempo
message.reply('Invalid command')
.then(msg => {
msg.delete({ timeout: 20000 /*time unitl delete in milliseconds*/});
})
.catch(/*Your Error handling if the Message isn't returned, sent, etc.*/);
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)