cache get doesn't load everything #358
-
let Guild = client.guilds.cache.get(message.guild.id);
let All = Guild.members.cache.map(member => member.id);
console.log(All) I tried to get the ids of all users with this code, but only some of them are fetched. |
Beta Was this translation helpful? Give feedback.
Answered by
aiko-chan-ai
Oct 17, 2022
Replies: 1 comment
-
https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/FetchGuildMember.md |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TianaJ3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/FetchGuildMember.md