commandkit
commandkit copied to clipboard
Only focus on what matters - Let CommandKit handle your commands and events in your Discord.js projects!
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.18.8` -> `22.19.1`](https://renovatebot.com/diffs/npm/@types%2fnode/22.18.8/22.19.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.40.0` -> `8.46.4`](https://renovatebot.com/diffs/npm/typescript-eslint/8.40.0/8.46.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [react-hook-form](https://react-hook-form.com) ([source](https://redirect.github.com/react-hook-form/react-hook-form)) | [`7.62.0` -> `7.66.0`](https://renovatebot.com/diffs/npm/react-hook-form/7.62.0/7.66.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [zod](https://zod.dev) ([source](https://redirect.github.com/colinhacks/zod)) | [`4.1.11` -> `4.1.12`](https://renovatebot.com/diffs/npm/zod/4.1.11/4.1.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
Currently, commands such as `UserContextMenu` or `MessageContextMenu` are dynamically generated by the `CommandRegistrar` and routed via `nameAliases` from the `CommandHandler`. This causes the `CommandHandler` to not have the information of...