CombinedError upon embed creation
Error:
Code:
Unsure as to what caused this, have tried recoding the embed part several times but it just doesn't seem to work.
If any other part of the code is required, please let me know.
Discord.js v14.11.0
8 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.Your color is undefined
ah oops thank you
just a side queston, is there any easier way to read the errors?
It's as simple as possible
and using a linter also prevents you from adding undefined variables iirc
Every error message in JS should show the file, line, and column that it occurs at.
ty
sure, will look into that