ReignBit / java-discord-kat

Kat rebuilt and remastered in 4k HD java
2 stars 0 forks source link

Merge ParentCommand with Command #19

Closed ReignBit closed 6 months ago

ReignBit commented 1 year ago

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

ReignBit commented 6 months ago

207c116 fixes this issue.