dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
665 stars 155 forks source link

Better Member Scraping Question #491

Closed KDot227 closed 11 months ago

KDot227 commented 1 year ago

Summary

before 2.0.0 the member scraping was very bad. I was just wondering if this was fixed

What is the feature request for?

The core library

The Problem

before 2.0.0 the member scraping was very bad. I was just wondering if this was fixed

The Ideal Solution

fix it idrk what u can do lmao

The Current Solution

right now the one that's there isn't too bad but sometimes it is only able to get a hand full of members in a 300 person server

Additional Context

No response

dolfies commented 11 months ago

Could've sworn I replied to this a while ago. Oh well.

The member handling in v2 is far more robust. Unfortunately, the user API isn't really designed to allow unprivileged users access to large amounts of member objects. You can see some details about this here.