#Is there any guides for that

2 messages · Page 1 of 1 (latest)

bold dune
#
module.exports.data = {
    
    name: "nf",
    description: "No flush.",
    options: [
        {
            name: "user",
            description: "Choose user.",
            type: ApplicationCommandOptionType.Subcommand,
            // how can i type here subcommand's options ? any guides?

        },]
}
sacred drum