- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- 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
#addition
10 messages · Page 1 of 1 (latest)
why is this in #998942774994927646
you are adding numbers with null
how is that supposed to work
nevermind you can in fact add numbers with null in javascript
use the number getter as told
Why not just use getNumber?
at least try it
The difference is that getNumber gives you null which is 0 when added, while ?.value gives you undefined which will be NaN when added