Closed qtqtpie closed 4 months ago
The core library
Tried to fetch from guild of a little over 3000 members
I saw mention of using fetchBruteforce, but that no longer appears to exist looks to have been removed here: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/commit/609cce36311e9db7c5f106fac3965a8b6310d209
This guide is no longer available https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/FetchGuildMember.md
const members = await guild.members.fetch({ limit: 0, withPresences: true });
3.2.0
v18.16.0
Windows 10 64-bit
Low (slightly annoying)
No response
Fetched without presence and iterated individual members through fetch with presence
Which package has the bugs?
The core library
Issue description
Tried to fetch from guild of a little over 3000 members
I saw mention of using fetchBruteforce, but that no longer appears to exist looks to have been removed here: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/commit/609cce36311e9db7c5f106fac3965a8b6310d209
This guide is no longer available https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/FetchGuildMember.md
Code sample
Package version
3.2.0
Node.js version
v18.16.0
Operating system
Windows 10 64-bit
Priority this issue should have
Low (slightly annoying)
Checklist
Additional Information
No response