How to turn of member scraping? #511
Answered
by
Impulsery
ErikKalkoken
asked this question in
Help
-
Whenever I start a new client I always get the warning "Member list scraping failed". I don't think I need to fetch members, so is there a way I can turn this feature off? Full message from log:
|
Beta Was this translation helpful? Give feedback.
Answered by
Impulsery
Jul 7, 2023
Replies: 2 comments
-
Same, any method to close? it's too annoying. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can pass "chunk_guilds_at_startup=False" as an argument during the initialization of the Client instance to solve this. Example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ErikKalkoken
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can pass "chunk_guilds_at_startup=False" as an argument during the initialization of the Client instance to solve this.
Example: