Would like for the ability to have more than just 1 level of subcommand. Subcommands are currently achieved by having a ParentCommand which then includes a subcommand member.
If we merge ParentCommand into Command we can then have a tree of subcommands. SlashCommand generation would also have to be changed here to allow for subcommand interactions to work properly
Would like for the ability to have more than just 1 level of subcommand. Subcommands are currently achieved by having a ParentCommand which then includes a subcommand member.
If we merge ParentCommand into Command we can then have a tree of subcommands. SlashCommand generation would also have to be changed here to allow for subcommand interactions to work properly