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.
        let embed = new EmbedBuilder()
            .setTitle('Title')
            .setDescription('Description')
            .setImage('attachment://screenshot.png')

        interaction.editReply({embeds: [embed]})

How do I set the image properly?
Was this page helpful?