Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

SubCommands #76

Closed Answered by RileCraft
brandonbayliss8 asked this question in Support
Jul 16, 2023 · 4 comments · 5 replies
Discussion options

You must be logged in to vote
options: [
{
name: "subcmd",
type: ApplicationCommandOptionType.SubCommand,
required: true/false,
description: "Description"
}
]

It should be something similiar to this and you can put this in the slash commands file example

module.exports = {
name: "slashCmd",
options: [],
. . . 
}

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@brandonbayliss8
Comment options

@RileCraft
Comment options

@brandonbayliss8
Comment options

Answer selected by brandonbayliss8
Comment options

You must be logged in to vote
2 replies
@RileCraft
Comment options

@RileCraft
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants