Error [GuildMembersTimeout]: Members didn't arrive in time. at Timeout._onTimeout (C:\Users\it

like my bot is fetching its users very
5 Replies
d.js toolkit
d.js toolkit8mo ago
- 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!
userdeleted0001
userdeleted00018mo ago
like my bot is fetching its users very 10 min for premium
d.js docs
d.js docs8mo ago
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 enabled
userdeleted0001
userdeleted00018mo ago
intent is enabled
ShompiFlen
ShompiFlen8mo ago
how many are you fetching and from how many guilds how are you also doing this fetching, show it in code