send base64 string on Embed

I have an image in a base64 string. how to send this image when embedding in EmbedBuilder?

like:
const myBase64 = ...

const embed = new EmbedBuilder()
  .setImage(myBase64)

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


node -v
v18.15.0
Was this page helpful?