An error I do not understand
I made a balance command that gives an error that I dont understand
6 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!hres the src code
and the error is`
Its the first time iv seen an error like this before!
You're passing numbers where strings are required
Guessing this is an embed field, you should look at what type of value it accepts
Ohh ok
ty