From dfa1e1737d2512ff9f2399f7ef644a15198392eb Mon Sep 17 00:00:00 2001 From: handsomebananax Date: Mon, 27 Feb 2023 23:01:59 +0300 Subject: [PATCH] Update Interaction.d.ts options min-max fix --- types/Interaction.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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,