- `lightbulb.utils.Parser` api has been completely changed. If you use this class directly in your own codebase then you will need to change your code.
**Other Changes**
- Add support for hikari `2.0.0.dev113`.
- Checks should not work in threads.
- Implement application command localization.
2.2.5
- Add support for Python 3.11.
- Bump hikari requirement to `2.0.0.dev111`.
- Allow a user to iterate through `ctx.options` using `OptionsProxy.items()`.
2.2.4
- Add `lightbulb.utils.DataStore.get_as` to improve ability of `DataStore` to be type-complete
2.2.3
- Implement application command permissions V2
2.2.2
- Add ability to edit ephemeral followup responses to application commands.
- Implement `wait_before_execution` for tasks to allow delaying the first task execution.
- `ResponseProxy` is now awaitable to allow you to directly await the response to retrieve the message.
- Permission util methods (and by proxy checks) now account for guild owner having all permissions.
- Improve typing and add missing method overloads.
- Improve `CONSUME_REST` to strip leading whitespace before consuming the remaining string.
- Fix subcommand attribute propagation problems when setting initialiser attributes.