Discord.JS is caching prevents me from getting most up to date `member.voice` info.
Discord.JS caching system is preventing me from getting the most up to date member information.
I would like to get the most up to date member information to see if a specific member is inside a voice channel.
Is there any way to force discord.js to get the most up to date information about the specific member without disabling the entire cache?
3 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 staffwith the proper intents that cache should update itself
do you have the GuildVoiceStates intent
oh ic I didn't know that. Excuse my ignorance.
thanks for your assistance 👍