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
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
yuyaaici_YT
yuyaaici_YT2y ago
let embed = new Discord.MessageEmbed() .setTitle("Playing song...") .addField("Song", ""+song.name+"") .addField("Duration", ${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