diff --git a/types/Interaction.d.ts b/types/Interaction.d.ts index 27abda5..1718ce7 100644 --- a/types/Interaction.d.ts +++ b/types/Interaction.d.ts @@ -66,6 +66,8 @@ export type CustomApplicationCommandOptionData = { autocomplete: boolean, required: boolean, channelTypes: (ChannelType)[], + min_length: number, + max_length: number, onComplete( interaction: AutocompleteInteraction, value: string | number,