Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
189 views
in Technique[技术] by (71.8m points)

javascript - How to change attached image with discord bot?

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.channel.send('_ _', { files: ['./shop.png'] })
  .then((message) => {
    message.react('??');
    message.react('??');
  });
question from:https://stackoverflow.com/questions/65927658/how-to-change-attached-image-with-discord-bot

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...