Release 0.1.5.6
New features:
- Plugins can listen for events. (
feat: events, plugin can listen now) - Error handling. (
feat: error handling)
Now, you can make yours error handling by overriding client and theiron_command_errormethod.
Optimization and safety:
- For some classes,
__slots__has been fixed. - PluginManager
bot,client,commandsattributes now are private. (chore(PluginManager): convert bot, client, commands attributes …) - Commands being get by ID from now. (
chore: now commands locating by ID)
Fixed:
- Option description attribute was required, but now is optional.
- For some classes,
__slots__has been fixed. - In
SlashCommandexamples was problem with tabs. - Package
__version__and__version_tuple__are now is uneditable.
* psss, bug hunting is very welcome, as suggestions and reviews!