Closed Kuyumee closed 2 years ago
Discord doesn't send you member information directly, users don't have a special endpoint for this like bots do. Instead, user accounts need to subscribe to member events to piece it together, and as you can see from other issues, this functionality is currently broken.
Extras - https://stackoverflow.com/questions/66413043/discord-selfbot-cant-get-all-members-just-part-of-it
The functionality works ok-ish most of the time, you just need to properly configure the GuildSubscriptionOptions or manually run guild.subscribe() for every guild you want members from.
2.0's guild member fetching will be far more robust.
Summary
get_all_members() does not return all the Members the client can see.
Reproduction Steps
Code
Expected Results
All 250,000+ Members in the file
Actual Results
Only exactly 11,413 Members in the file
System Information
Checklist
Additional Information
No response