DJS fetch function never ending?
Hey!
I'm making a bot for my boss that checks every <interval> for staff activity and I came accross an issue:
During the check execution, suddenly, everything stopped working fine, let me explain.
I tested while I was making it, everything worked. Woke up today and worked on it and it stopped working correctly: it is stuck at a
members.fetch()
function, no code runs after it even though it worked fine before.
Here is the piece of code where the error is found:
2 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!
- ✅
Marked as resolved by OPJust realized after some time, it just sends an error. I will be working working on fixing the issue.
No need is needed now, sorry.