New Stuff
* `Group.default` on top of `Group.slash_cmd()` marks a subcommand as the one called when the base group is invoked.
Changes
* `default` behavior is [fully clarified](https://github.com/discord/discord-api-docs/issues/2393#issuecomment-767733336) now, but not currently enabled.
* This means `Option.default` is fully removed now.
* Since calling a base group translates into calling the `default` subcommand, the `Group.coro` is now deprived of an original jurisdiction. Final behavior is that all parent coros will be called in order of increasing child levels before the command is invoked.
Fixes:
* Actual Python annotations for classes, instead of just doc descriptions