Changelog¶
v0.3.0¶
New¶
Add a description attribute to Cog
Add a username attribute to Chat
Add a signature and clean_params to Command
Add converters
Raise CommandInvokeError when the command callback itself fails
Better BadArgument errors
Don’t show hidden commands in the help menu
Bug Fixes¶
Fix listeners not being added when a cog is loaded
Remove listeners properly when a cog is removed
Fix member and chat fetching raising 404 errors
Fix bug in help command
Don’t run the default command error handler if a command_error listener is registered