PlutoTheDev
PlutoTheDev
DIAdiscord.js - Imagine an app
Created by PlutoTheDev on 4/11/2023 in #djs-questions
Error aftering updating to 14.9.0
Fixed it by just returning this.data
10 replies
DIAdiscord.js - Imagine an app
Created by PlutoTheDev on 4/11/2023 in #djs-questions
Error aftering updating to 14.9.0
What exactly is Discord.JS looking for when they call the toJSON()?
10 replies
DIAdiscord.js - Imagine an app
Created by PlutoTheDev on 4/11/2023 in #djs-questions
Error aftering updating to 14.9.0
10 replies
DIAdiscord.js - Imagine an app
Created by PlutoTheDev on 4/11/2023 in #djs-questions
Error aftering updating to 14.9.0
It doesn't extend anything, I'll get you a paste bin of it
10 replies
DIAdiscord.js - Imagine an app
Created by PlutoTheDev on 4/11/2023 in #djs-questions
Error aftering updating to 14.9.0
My method works just fine in one spot that I send and embed to the thread channel, but not the next
10 replies
DIAdiscord.js - Imagine an app
Created by PlutoTheDev on 4/11/2023 in #djs-questions
Error aftering updating to 14.9.0
Tried that, using super gives me this error
TypeError: (intermediate value).toJSON is not a function
at Embed.toJSON (C:\Users\braxt\Documents\GitHub\fanta\src\structure\backend\build.js:166:26)
at C:\Users\braxt\Documents\GitHub\fanta\node_modules\discord.js\src\structures\MessagePayload.js:202:40
at Array.map (<anonymous>)
at MessagePayload.resolveBody (C:\Users\braxt\Documents\GitHub\fanta\node_modules\discord.js\src\structures\MessagePayload.js:201:36)
at ThreadChannel.send (C:\Users\braxt\Documents\GitHub\fanta\node_modules\discord.js\src\structures\interfaces\TextBasedChannel.js:153:61)
at Query.<anonymous> (C:\Users\braxt\Documents\GitHub\fanta\modules\Tickets\src\loop.js:28:29)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
TypeError: (intermediate value).toJSON is not a function
at Embed.toJSON (C:\Users\braxt\Documents\GitHub\fanta\src\structure\backend\build.js:166:26)
at C:\Users\braxt\Documents\GitHub\fanta\node_modules\discord.js\src\structures\MessagePayload.js:202:40
at Array.map (<anonymous>)
at MessagePayload.resolveBody (C:\Users\braxt\Documents\GitHub\fanta\node_modules\discord.js\src\structures\MessagePayload.js:201:36)
at ThreadChannel.send (C:\Users\braxt\Documents\GitHub\fanta\node_modules\discord.js\src\structures\interfaces\TextBasedChannel.js:153:61)
at Query.<anonymous> (C:\Users\braxt\Documents\GitHub\fanta\modules\Tickets\src\loop.js:28:29)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
10 replies