Canva Image to .setImage()
How can I add a @napi-rs/canvas image to a embed as image in a .setImage function?
7 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!Files in embeds should be attached via the message option object and referenced in the embed:
@arcticwolvinny ❄ 🌈 no error and no image
and how are you sending the embed
interaction.editReply({ embeds: [embed], components: [row] })
read the tag again
🥹
Thank you!