12 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 OPdiscord.js: 14.7.1
you are not calling the function, and show the error instead of just say "shows error"
The error says " one or more error was found "
screenshot the full error
It shows that everytime I use that `iconURL:' part
how u define
targetUser
?I'm on mobile now so can't but that's the error i remember
I don't remember exactly but " targetUser " works fine everywhere else except inside iconURL part
It shows username when I use user.tag and Id when i use .id
But .user.displaAvatarURL doesn't work
because u didn't call the function
.user.displayAvatarURL()
I tried dropping random image url instead of ${targetUser.user.displayAvatarURL} and it works but idk why not with ${targetUser.user.displayAvatarURL}
Oh
Alright so rest all part is correct?
from what i see in ur screenshot, yes
Ye thanks man.. I'm still new in all this