Expected a string primitive
Keep getting this from my embed fields
input.value
| | ValidationError > s.string
| | Expected a string primitive
| |
| | Received:
| | | 720
9 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.[email protected]
node v19.8.1
it does that for all, the value results that are meant to return numbers
just broke today, cause I've been using that format for a while now, so I'm not sure
one of your fields isnt a string, perhaps a number
the ones that are numbers are the ones returning errors yeah
well
fields values are strings
not numbers
huh
so stringify them
ohhh
thanks a lot!
Yw