I am making a fun discord bot and i wanted to make a character creator. To create the characters, I need to use the jimp node module, that works absolutely perfectly. The problem is that when i try to embed it with
.setThumbnail(`images/characters/${interaction.user.id}.png\`) i get this error:
data.embeds[0].image.url: Scheme "file" is not supported. Scheme must be one of ('http', 'https').