We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
undefined
1 parent 6ea8345 commit 5567e17Copy full SHA for 5567e17
packages/commandkit/src/app/handlers/AppCommandHandler.ts
@@ -699,7 +699,8 @@ export class AppCommandHandler {
699
}
700
701
if (
702
- commandFileData.command.type === ApplicationCommandType.ChatInput &&
+ (!commandFileData.command.type ||
703
+ commandFileData.command.type === ApplicationCommandType.ChatInput) &&
704
!commandFileData.command.description
705
) {
706
commandFileData.command.description = `${command.name} command`;
0 commit comments