PlutoTheDev
PlutoTheDev
DIAdiscord.js - Imagine an app
Created by PlutoTheDev on 4/11/2023 in #djs-questions
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
toJSON() {
return this.toJSON()
};
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)
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?
10 replies