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)


line 35 is a
.setFields()
Was this page helpful?