Kord-Extensions/kord-extensions

Make the Slash Command API more typesafe

bosukas opened this issue · 0 comments

Summary

The Slash Command API allows for subcommands to have other subcommands and groups.

Suggestions

Split up the SlashCommand class into two, a top level slash command class and a sub command class.