I like to use my own builders to help me develop using the discord.js framework.
In my embed builder I have
toJSON() {
return this.toJSON()
};
After updating this is throwing the following error.
RangeError: Maximum call stack size exceeded
at Embed.toJSON (C:\Users\braxt\Documents\GitHub\fanta\src\structure\backend\build.js:166:25)
Was there a major change I should know of that I need to reflect in my builder?