This repository was archived by the owner on May 1, 2022. It is now read-only.
v0.6.0
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.pysubcommands, 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 usehierarchical_checkingon the base command).
- These do not work like
MolterScalehas been removed. Try to useMolterSnakeif you can - it works great!- Fixed Molter with the the
master/devbranches ofDis-Snek. This was caused byEmojibeing renamed toPartialEmoji- Molter now automatically will detect which one to use!
Full Changelog: v0.5.1...v0.6.0