-
I am running a bot that regularly (30 minutes) runs the guild#loadMembers() method and kicks specific members. Recently, I've noticed that every so often certain guilds will return 0 members after loadMembers runs and never loads the true member count again until I restart my bot. There are no exceptions thrown. Is this an issue with rate limiting on discord's side? Or is there a situation that should be throwing an error and isn't? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is probably a JDA issue so I can't help sadly :/ I always recommend caching all members anyway, so you can just getMembers. |
Beta Was this translation helpful? Give feedback.
This is probably a JDA issue so I can't help sadly :/
I always recommend caching all members anyway, so you can just getMembers.