Best way to fetch members in 100k+ servers? #1327
-
I've tried using
I tried using older versions which work much better but they aren't as consistent. What is the most efficient way? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Using the This approach is somewhat similar to brute-forcing, as you’ll be querying all valid names to Discord. |
Beta Was this translation helpful? Give feedback.
Using the
fetch
function with a keyword is quite effective (although it's very slow and time-consuming, as you can only request up to 100 members at a time and can only send a maximum of 120 requests per minute).This approach is somewhat similar to brute-forcing, as you’ll be querying all valid names to Discord.