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.5.0

Choose a tag to compare

@AstreaTSS AstreaTSS released this 09 Jan 04:43
· 98 commits to main since this release

We're slowly getting into phase 2 of Molter, where the features that require digging into Dis-Snek itself is being added.

  • Added aliases, working as they did in discord.py except that they must be a string. However, in order to use them, you must use:
  • Added MolterSnake and MolterScale, two classes that subclass Snake and Scale to add in alias support for each of the two classes. You must use one or the other - you cannot use both. You also MUST use them to use aliases.
  • Made name positional, while making everything else keyword-only for the decorator.
  • Fixed the message command decorator erroring out when neither a help or brief parameter were passed and the command lacked any docstrings of its own.

Full Changelog: v0.4.0...v0.5.0