Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 1, 2022. It is now read-only.

v0.6.0

Choose a tag to compare

@AstreaTSS AstreaTSS released this 14 Jan 04:36
· 93 commits to main since this release

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: v0.5.1...v0.6.0