quick question about caching in djs
hi.
is there any way to control what i cache specifically?
for my example, here's a guild object:
i don't need over 90% of this. is there any way that i could make sure djs doesnt cache "default_message_notifications" for example?
6 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 OPusing latest version
Not at a per-property level, no
And for what it's worth, disabling specific properties would not save you much memory over limiting at the object level
alr sounds good
that'd be a good addition
anyways thanks. take care.