commandkit icon indicating copy to clipboard operation
commandkit copied to clipboard

Only focus on what matters - Let CommandKit handle your commands and events in your Discord.js projects!

Results 25 commandkit issues
Sort by recently updated
recently updated
newest added

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.18.8/22.19.1?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.46.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.40.0/8.46.4?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-hook-form/7.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-hook-form/7.62.0/7.66.0?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/zod/4.1.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zod/4.1.11/4.1.12?slim=true)](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...

enhancement