You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey i've noticed that when i tested your code, there was a problem with collecting all of the members from the code: let memberid = await shuffle((await (await client.guilds.fetch(guild)).members.fetch({limit: 0})).filter(x => x.user.id !== null && !x.user.bot).map(r => r.user.id))
It seemed to have a length of 4500 to 4510, how can i fetch all members by chunk each