TAG ID doesn't work correctly
They are (the members) on my discord i have the guildmembers intent and i tried that : const guild = client.guilds.cache.get(process.env.GUILD_ID);
if (guild) {
await guild.members.fetch();
} but nothing change
7 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 staffsome id work some id doesnt work
discord doesn't show uncached users - nothing you can do against
i saw i can get them by the api directly it's a bad idea?
if they are not in the cache
this has nothing to do with the api
its how discord displays mentions
ok ok thanks