Skip to content

Alpha Release 0.0.4

Choose a tag to compare

@eunwoo1104 eunwoo1104 released this 21 Sep 06:19
· 20 commits to master since this release
4b1c6bf

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