How to upload files using REST API?
How do I use
@discordjs/rest
to upload file?
https://discord.com/developers/docs/reference#uploading-files4 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!hmm, can i use
AttachmentBuilder
on rest?
https://discord.js.org/docs/packages/discord.js/14.15.3/AttachmentBuilder:method: (static) MessagePayload#resolveFile
@14.15.3
Resolves a single file into an object sendable to the API.hmm