how do I tell the bot that it needs to delete its last message sent
Hi, how do I tell the bot that it needs to delete its last message sent
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
let embed = new Discord.MessageEmbed()
.setTitle("Playing song...")
.addField("Song", ""+song.name+"")
.addField("Duration",
.setThumbnail(song.thumbnail) queue.textChannel.send({ embeds: [embed] }); How can I tell him that he has to delete this message
${minutes}:${seconds}
,true)
.addField("Requested by", song.user.toString(), true).setThumbnail(song.thumbnail) queue.textChannel.send({ embeds: [embed] }); How can I tell him that he has to delete this message