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

Choose a tag to compare

@WizzyGeek WizzyGeek released this 01 Jun 07:34
  • Hooks of decorated commands (made using @discord.ext.commands.command) now work with CCmd

v0.5.4

Choose a tag to compare

@WizzyGeek WizzyGeek released this 26 May 16:30
  • Fix a bug that prevented copies of commands from functioning properly

v0.5.3.post1

Choose a tag to compare

@WizzyGeek WizzyGeek released this 18 May 06:43
  • Fix unexpected behaviour in CCmd.copy()

v0.5.3

Choose a tag to compare

@WizzyGeek WizzyGeek released this 18 May 05:37
  • Make CCmd initialisation independent of @inject

v0.5.2

Choose a tag to compare

@WizzyGeek WizzyGeek released this 17 May 15:07
  • Fix bug related to CCmd.copy()

v0.5.1

Choose a tag to compare

@WizzyGeek WizzyGeek released this 13 May 11:50
  • Increased type hint coverage
  • minor bugfix

v0.5-beta-0

v0.5-beta-0 Pre-release
Pre-release

Choose a tag to compare

@WizzyGeek WizzyGeek released this 12 May 15:12
  • Removed ICCmd, ICommand and related functions, methods
  • increased type hint coverage

v0.4.post1

Choose a tag to compare

@WizzyGeek WizzyGeek released this 11 May 16:46
  • Removed print call

v0.4

v0.4 Pre-release
Pre-release

Choose a tag to compare

@WizzyGeek WizzyGeek released this 11 May 16:03

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

Choose a tag to compare

@WizzyGeek WizzyGeek released this 17 Feb 09:19
  • Minor change to tests, tests is now a python package.