diff --git a/transformers/applicationCommandOption.ts b/transformers/applicationCommandOption.ts index 6ba030617..38f1d7c94 100644 --- a/transformers/applicationCommandOption.ts +++ b/transformers/applicationCommandOption.ts @@ -39,7 +39,7 @@ export interface ApplicationCommandOption { /** Localization object for the `description` field. Values follow the same restrictions as `description` */ descriptionLocalizations?: Localization; /** If the parameter is required or optional--default `false` */ - required: boolean; + required?: boolean; /** Choices for `string` and `int` types for the user to pick from */ choices?: ApplicationCommandOptionChoice[]; /** If the option is a subcommand or subcommand group type, this nested options will be the parameters */