Finally, subcommands!
- Subcommands have been added! They *do not* require a different decorator - you can make any command a subcommand by doing `base_cmd.command()`, and it'll work!
- These do *not* work like `discord.py` subcommands, as you expect, and you shouldn't treat them like one. The base command will *always* be run if no subcommand is found, and base command checks, by default, are run before subcommand checks (in case you want to run *just* subcommand checks, you can use `hierarchical_checking` on the base command).
- `MolterScale` has been removed. Try to use `MolterSnake` if you can - it works great!
- Fixed Molter with the the `master`/`dev` branches of `Dis-Snek`. This was caused by `Emoji` being renamed to `PartialEmoji` - Molter now automatically will detect which one to use!
**Full Changelog**: https://github.com/Astrea49/molter/compare/v0.5.1...v0.6.0