requesting users for guild never stops
SimplisticGH opened this issue · 2 comments
SimplisticGH commented
inlife commented
Hello @SimplisticGH
That is the intended behavior. Since a guild has a lot of members, and discord API limits how many users can be fetched per single request, it sequentially "asks" the guild about the next batch over and over until there are no more users.
SimplisticGH commented
Ah ok