How can I delete/change the attached image sent by this code with msg.edit()/msg.delete()? Whenever I try msg.delete(), it deletes the last message above the sent image, but not the image.
msg.edit()
msg.delete()
msg.channel.send('_ _', { files: ['./shop.png'] }) .then((message) => { message.react('??'); message.react('??'); });
2.1m questions
2.1m answers
60 comments
57.0k users