Releases: dico-api/dico-command
Releases · dico-api/dico-command
Alpha Release 0.0.11
Alpha Release 0.0.10
Implemented is_owner
.
Alpha Release 0.0.9
Fixed problems with splitter.
Alpha Release 0.0.8
Implemented converter.
Alpha Release 0.0.7
Implemented autocomplete support at addon.
Alpha Release 0.0.6
Fixed type hint.
Allowed prefix function to return list of str.
Fixed bot may respond to the bot.
Alpha Release 0.0.5
Added Addon.on_addon_interaction_error
.
Fixed issues with subcommand.
Alpha Release 0.0.4
Added overridable functions to Addon:
Addon.on_load
Addon.on_unload
Addon.on_addon_command_error
Addon.addon_check
Added new decorator on Command:
Command.on_error
Note that on_addon_command_error and on_error must return True or some objects that is True to stop error handling, otherwise main error handler will be called. (This is intended btw.)
Alpha Release 0.0.3
Implemented subcommand.
Alpha Release 0.0.2
Added alias support.