Why is AttachmentBuilder not included in @discordjs/builders?
Wondering why this is the case, or how I can build a message JSON with an attachment using only builders and not discord.js.
2 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 OPThe implementation is specific to d.js
Discord doesn’t actually accept files in a json object
A builder for the Attachment class would just be for types and naming. No better than an object/interface imo