How to get the attachment path?
Hello, I am trying to use an image in an embed but it won't show. The image is in the same folder.
How do I set the image properly?
How do I set the image properly?
let embed = new EmbedBuilder()
.setTitle('Title')
.setDescription('Description')
.setImage('attachment://screenshot.png')
interaction.editReply({embeds: [embed]})