v2.3.2
Potentially Breaking Changes
-
Module
lightbulb.utils.parser
has been moved up a level tolightbulb.parser
. -
OptionsProxy
will now raise anAttributeError
when trying to access an option that does not exist.
Other Changes
-
Slash commands now have full custom converter support.
-
Permission checks improved to use interaction permission fields where appropriate.
-
Fix
lightbulb.commands.base.ApplicationCommand.nsfw
not applying correctly for global commands. -
Implement
min_length
andmax_length
for command options. -
Fix deferral of slash subcommands not working as intended.