Command info command issue

I have a command info command, but when I try to get information on a command called "flags" it returns this error:
at ArrayValidator.handle (C:\Users\cmart\Desktop\Sapphire\node_modules\@sapphire\shapeshift\dist\index.js:457:70)
at ArrayValidator.parse (C:\Users\cmart\Desktop\Sapphire\node_modules\@sapphire\shapeshift\dist\index.js:201:88)
at EmbedBuilder.spliceFields (C:\Users\cmart\Desktop\Sapphire\node_modules\@discordjs\builders\dist\index.js:207:31)
at EmbedBuilder.setFields (C:\Users\cmart\Desktop\Sapphire\node_modules\@discordjs\builders\dist\index.js:215:10)
at HelpCommand.messageRun (C:\Users\cmart\Desktop\Sapphire\src\commands\Utility\help.js:35:10)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async C:\Users\cmart\Desktop\Sapphire\node_modules\@sapphire\framework\dist\optional-listeners\message-command-listeners\CoreMessageCommandAccepted.js:20:23
at async Object.fromAsync (C:\Users\cmart\Desktop\Sapphire\node_modules\@sapphire\result\dist\index.js:615:22)
at async CoreListener.run (C:\Users\cmart\Desktop\Sapphire\node_modules\@sapphire\framework\dist\optional-listeners\message-command-listeners\CoreMessageCommandAccepted.js:17:22)
at async Object.fromAsync (C:\Users\cmart\Desktop\Sapphire\node_modules\@sapphire\result\dist\index.js:615:22)
at ArrayValidator.handle (C:\Users\cmart\Desktop\Sapphire\node_modules\@sapphire\shapeshift\dist\index.js:457:70)
at ArrayValidator.parse (C:\Users\cmart\Desktop\Sapphire\node_modules\@sapphire\shapeshift\dist\index.js:201:88)
at EmbedBuilder.spliceFields (C:\Users\cmart\Desktop\Sapphire\node_modules\@discordjs\builders\dist\index.js:207:31)
at EmbedBuilder.setFields (C:\Users\cmart\Desktop\Sapphire\node_modules\@discordjs\builders\dist\index.js:215:10)
at HelpCommand.messageRun (C:\Users\cmart\Desktop\Sapphire\src\commands\Utility\help.js:35:10)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async C:\Users\cmart\Desktop\Sapphire\node_modules\@sapphire\framework\dist\optional-listeners\message-command-listeners\CoreMessageCommandAccepted.js:20:23
at async Object.fromAsync (C:\Users\cmart\Desktop\Sapphire\node_modules\@sapphire\result\dist\index.js:615:22)
at async CoreListener.run (C:\Users\cmart\Desktop\Sapphire\node_modules\@sapphire\framework\dist\optional-listeners\message-command-listeners\CoreMessageCommandAccepted.js:17:22)
at async Object.fromAsync (C:\Users\cmart\Desktop\Sapphire\node_modules\@sapphire\result\dist\index.js:615:22)
line 35 is a .setFields()
Solution
Favna
Favna•442d ago
there is absolutely no way to tell from that error but something appears to be going wrong with setting embed data. This also isn't Sapphire related, instead it is purely your own code so you're best off fixing it on your own.