inlife/discord-global-mutual

requesting users for guild never stops

SimplisticGH opened this issue · 2 comments

it just keeps saying the same thing over and over
image

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.

Ah ok