aiko-chan-ai / discord.js-selfbot-v13

An unofficial discord.js fork for creating selfbots
https://discordjs-self-v13.netlify.app
GNU General Public License v3.0
743 stars 160 forks source link

GUILD_MEMBERS_TIMEOUT Members didn't arrive in time #1211

Closed qtqtpie closed 1 month ago

qtqtpie commented 1 month ago

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

const members = await guild.members.fetch({ limit: 0, withPresences: true });

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

qtqtpie commented 1 month ago

Fetched without presence and iterated individual members through fetch with presence