Error aftering updating to 14.9.0
I like to use my own builders to help me develop using the discord.js framework.
In my embed builder I have
After updating this is throwing the following error.
Was there a major change I should know of that I need to reflect in my builder?
5 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.That's just a recursive method
If you want to call
.toJSON()
of the parent then use super.toJSON()
Tried that, using super gives me this error
My method works just fine in one spot that I send and embed to the thread channel, but not the next
It doesn't extend anything, I'll get you a paste bin of it
Untitled - Pastebin
Pastebin.pl is a website where you can store code/text online for a set period of time and share to anybody on earth
What exactly is Discord.JS looking for when they call the toJSON()?
Fixed it by just returning
this.data