diff --git a/typings/index.d.ts b/typings/index.d.ts index 3dfdb7bd4..9bf129d9a 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2936,7 +2936,7 @@ export interface MessageApplicationCommandData extends BaseApplicationCommandDat export interface ChatInputApplicationCommandData extends BaseApplicationCommandData { description: string; - type: 'CHAT_INPUT' | ApplicationCommandTypes.CHAT_INPUT; + type?: 'CHAT_INPUT' | ApplicationCommandTypes.CHAT_INPUT; options?: ApplicationCommandOptionData[]; }