NotMyLyfe/masseybot

Improve on query to support more than 1000 members

Closed this issue · 0 comments

Currently, with Discord's API, there's a hard limit of 1000 members that can be returned when requesting for members in a server. This bot doesn't account for the fact that more than 1000 members can be included in a server. Possibly making multiple queries to Discord's API if it returns 1000 members in the first call?