images dont appear
when i put an attachment using
AttachmentBuilder
in to the files: []
part of a message it appears in discord as something i have to download. im trying to embed it right into discord. code: 4 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!
- ✅
Marked as resolved by OPplease ping to respond
you are not using AttachmentBuilder (you just import it) and since you have the image url, you can put it directly into the
files
array
but you know how you can upload images to discord in messages and they dont send as downloads? how can i do that? or is that not possible...
oh ok
i fixed it with embeds
ima mark as solved