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()
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...