myAttachment = new Discord.AttachmentBuilder(myBuffer, { name: `SPOILER_Example Name.png` });
myEmbed.setImage(`attachment://${myAttachment.name}`);
myMessage.edit({ content: 'Here you go!', embeds: [myEmbed], files: [myAttachment] });
myAttachment = new Discord.AttachmentBuilder(myBuffer, { name: `SPOILER_Example Name.png` });
myEmbed.setImage(`attachment://${myAttachment.name}`);
myMessage.edit({ content: 'Here you go!', embeds: [myEmbed], files: [myAttachment] });