Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Releases: WizzyBots/DiscTools

v0.5.5

01 Jun 07:34

Choose a tag to compare

  • Hooks of decorated commands (made using @discord.ext.commands.command) now work with CCmd

v0.5.4

26 May 16:30

Choose a tag to compare

  • Fix a bug that prevented copies of commands from functioning properly

v0.5.3.post1

18 May 06:43

Choose a tag to compare

  • Fix unexpected behaviour in CCmd.copy()

v0.5.3

18 May 05:37

Choose a tag to compare

  • Make CCmd initialisation independent of @inject

v0.5.2

17 May 15:07

Choose a tag to compare

  • Fix bug related to CCmd.copy()

v0.5.1

13 May 11:50

Choose a tag to compare

  • Increased type hint coverage
  • minor bugfix

v0.5-beta-0

12 May 15:12

Choose a tag to compare

v0.5-beta-0 Pre-release
Pre-release
  • Removed ICCmd, ICommand and related functions, methods
  • increased type hint coverage

v0.4.post1

11 May 16:46

Choose a tag to compare

  • Removed print call

v0.4

11 May 16:03

Choose a tag to compare

v0.4 Pre-release
Pre-release

Change-log

  • Removed parent argument from special methods of disctools.Command
  • Added disctools.Command.owner
  • Removed disctools.context.WebHelperContext
  • Removed disctools.experimental.ext_install.Installer
  • Fixed the injection of disctool docstring into the help command

v0.3.2

17 Feb 09:19

Choose a tag to compare

  • Minor change to tests, tests is now a python package.