Client.Users.Fetch(UserId) erroring, stating UserId is null when it is not.
I've printed UserId out in numerous places, the ID is in fact printing. But, when I use client.users.fetch() rather than client.users.cache.get(), the error occurs stating the UserId is null.
client.users.cache.get() works. What could the issue be? EDIT: Nevermind, both ways do not work, but the ID can be printed.
client.users.cache.get() works. What could the issue be? EDIT: Nevermind, both ways do not work, but the ID can be printed.
1 Reply
- 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 OP