diff --git a/packages/koishi-core/src/command.ts b/packages/koishi-core/src/command.ts index c467f918cd..f6b89126de 100644 --- a/packages/koishi-core/src/command.ts +++ b/packages/koishi-core/src/command.ts @@ -126,7 +126,7 @@ export class Command - static defaultConfig: CommandConfig = {} + static defaultConfig: CommandConfig = { description: '' } static defaultOptionConfig: OptionConfig = {} private static _userFields: FieldCollector<'user'>[] = []