Timeout with no any specific
Bot always restart with no specific reason

1 Reply
Discord introduced a rate limit on requesting all guild members (source)
-# Despite the announced 01/10/2025 rollout date, it only took effect recently.
- Apps may only request all members once per 30s per guild.
- You will have to update your code accordingly to make sure this doesn't affect your app.
- Look for instances of
guild.members.fetch() with no user ids.
-# We are working on making the GuildMemberManager#fetch() call reject if we receive this rate limit after requesting members. This will likely land in the next release.
-# If you confirmed this cannot be the reason, you can find other caveats in our guide :djsguide:.