inlife / discord-global-mutual

Get the list of people that you have shared servers with
MIT License
49 stars 11 forks source link

requesting users for guild never stops #7

Closed SimplisticGH closed 4 years ago

SimplisticGH commented 4 years ago

it just keeps saying the same thing over and over image

inlife commented 4 years ago

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 4 years ago

Ah ok