Error [GuildMembersTimeout]: Members didn't arrive in time. at Timeout._onTimeout (C:\Users\it
like my bot is fetching its users very
5 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!like my bot is fetching its users very 10 min
for premium
Fetching members can time out on large guilds, as they arrive in chunks through the WebSocket connections.
- You can specify the
time
option in FetchMembersOptions
to specify how long you want to wait.
- Make sure you have the required GuildMembers
gateway intent enabledintent is enabled
how many are you fetching and from how many guilds
how are you also doing this fetching, show it in code