Not an error, but what's a 'SubcommandGroup' in slash command builder??
Hey! Glad to see you here! I just wanted to know what a "SubcommandGroup" is from the @discordjs/builders module. I just wanna the difference between a group and a normal subcommand. I appreciate every sentence about it!
6 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
if you want to have sub-subcommands, you have to use a subcommand group, and put the subcommands in it
wait so is it like in a group, it'd be like:
/command group1 cmd1
/command group1 cmd2
/command group2 cmd1
yep
Discord Developer Portal
Discord Developer Portal — API Docs for Bots and Developers
Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.
oh alright, thanks both of you!