#Do you mean the `SlashCommandBuilder`

1 messages · Page 1 of 1 (latest)

lavish venture
#

No, I mean is there a way to have slash commands with different inputs depending on the stage you're in right now. For example, first stage, channel so string input, second stage winners so int input. Hope its now understandable

feral frost
#

Yes, thats possible

sleek badgeBOT
lavish venture
#

But it has to be the same slash command so /giveaway

feral frost
#

Yes you can add an .addStringOption, just in case use more then one. Example:

#

Does this awnser your issue?

lavish venture
#

not exactly

feral frost
#

okay explain

lavish venture
#

tried do make a slash command with only one input which then changes to another input

#

basically:
stage 1:
/test input:string
stage 2:
/test input:int

feral frost
#

Oh, no I guess that's not possible.

lavish venture
#

ah ok thanks

feral frost
#

You can use the subcommands for his like /test 1 input:string /test 2 input:int

lavish venture
lavish venture