"invalid string length" error
full code:
code causing the issue:
error:
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!
- ✅
Marked as resolved by OPdjs version: 14.13.0
node version: v19.0.0
at EmbedBuilder.setDescription given: '',sounds like you passed an empty string to
setDescription
yeah but im pretty darn sure the string isn't empty
yknow
which is happening asynchronously, resulting in
setDescription
being called before anything is added to text
oh