-
I'm trying to fetch all members of a guild that's fairly big. I've tried a bunch of things with fetch_members() and get_guild(). I experienced that rather small guilds get chunked which is very good to see every member. But for bigger servers I can't come up with a way to fetch all members. Sometimes I can fetch 90%+ and sometimes the fetch_members() method only fetches less then 10% of the guild. Does anyone know a method to fetch servers where this happens? I was thinking about using query_members() but it's also limited to 100 per query. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unless you have certain moderator permissions, it is impossible to get all members of any guild with more than 1,000 members. |
Beta Was this translation helpful? Give feedback.
Unless you have certain moderator permissions, it is impossible to get all members of any guild with more than 1,000 members.