Hello! I want to fetch all members of my guild (around 40k) without blocking incoming interactions and without sending a request for every member. Right now I use:
<Guild>.members.fetch()
<Guild>.members.fetch()
. What would be a better alternative? Can I somehow split up the requests?