Slash Command Parsing

Good morning, afternoon, and night to those it applies to. I'm attempting to make a slash command that can take a rather long string that includes Strings, Integers and Booleans, optional or not, and take said data onto a database.

The option that I'm currently using is a new SlashCommandBuilder() with a long slew of methods after it to oddly specify said command. I'm wondering if there's a better way to do this...

Node version: 16.13.0
Discord JS: 13.16.0
Was this page helpful?