#Do you mean the `SlashCommandBuilder`
1 messages · Page 1 of 1 (latest)
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
Yes, thats possible
But it has to be the same slash command so /giveaway
Yes you can add an .addStringOption, just in case use more then one. Example:
Does this awnser your issue?
not exactly
okay explain
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
Oh, no I guess that's not possible.
ah ok thanks
You can use the subcommands for his like /test 1 input:string /test 2 input:int
would have been very cool if it had something like, but so I have do it in one command
but the name changes and so I dont think its very userfriendly
Interactions: Slash commands