This is `enhanced` after the merge into the main library.
`enhanced` is now compatible with `discord-py-interactions>=4.3.0`.
**Updates:**
- REFACTOR 💥: dropped file sending, get, subcommands, and enhanced commands since they are all in the main library, or as a separate extension.
- FIX: `EnhancedOption`s not working in v4.3
- FEAT: make `Member` separate from `User` in cooldown
- FEAT: add count parameter in cooldown
- FEAT: new cooldown class instead of using a function
- FEAT: the ability to reset a cooldown
- REFACTOR: make enhanced callbacks more efficient
- FIX: `EnhancedOption` error when choices inputted with `Annotated`
- DOCS: update documentation
**Full Changelog**: https://github.com/interactions-py/enhanced/compare/3.2.1...4.0.0