diff --git a/deno/payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts b/deno/payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts index 21b739b1..c31f79d5 100644 --- a/deno/payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts +++ b/deno/payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts @@ -12,7 +12,7 @@ interface APIApplicationCommandIntegerOptionBase */ min_value?: number; /** - * If the option is an `INTEGER` or `NUMBER` type, the minimum value permitted. + * If the option is an `INTEGER` or `NUMBER` type, the maximum value permitted. */ max_value?: number; } diff --git a/deno/payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts b/deno/payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts index 54faeafc..fe003650 100644 --- a/deno/payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts +++ b/deno/payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts @@ -12,7 +12,7 @@ interface APIApplicationCommandNumberOptionBase */ min_value?: number; /** - * If the option is an `INTEGER` or `NUMBER` type, the minimum value permitted. + * If the option is an `INTEGER` or `NUMBER` type, the maximum value permitted. */ max_value?: number; } diff --git a/deno/payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts b/deno/payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts index 69655dbe..316d1136 100644 --- a/deno/payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts +++ b/deno/payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts @@ -15,7 +15,7 @@ interface APIApplicationCommandIntegerOptionBase */ min_value?: number; /** - * If the option is an `INTEGER` or `NUMBER` type, the minimum value permitted. + * If the option is an `INTEGER` or `NUMBER` type, the maximum value permitted. */ max_value?: number; } diff --git a/deno/payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts b/deno/payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts index 079fd07e..16e36489 100644 --- a/deno/payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts +++ b/deno/payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts @@ -15,7 +15,7 @@ interface APIApplicationCommandNumberOptionBase */ min_value?: number; /** - * If the option is an `INTEGER` or `NUMBER` type, the minimum value permitted. + * If the option is an `INTEGER` or `NUMBER` type, the maximum value permitted. */ max_value?: number; } diff --git a/deno/payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts b/deno/payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts index 21b739b1..c31f79d5 100644 --- a/deno/payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts +++ b/deno/payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts @@ -12,7 +12,7 @@ interface APIApplicationCommandIntegerOptionBase */ min_value?: number; /** - * If the option is an `INTEGER` or `NUMBER` type, the minimum value permitted. + * If the option is an `INTEGER` or `NUMBER` type, the maximum value permitted. */ max_value?: number; } diff --git a/deno/payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts b/deno/payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts index 54faeafc..fe003650 100644 --- a/deno/payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts +++ b/deno/payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts @@ -12,7 +12,7 @@ interface APIApplicationCommandNumberOptionBase */ min_value?: number; /** - * If the option is an `INTEGER` or `NUMBER` type, the minimum value permitted. + * If the option is an `INTEGER` or `NUMBER` type, the maximum value permitted. */ max_value?: number; } diff --git a/payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts b/payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts index 9448ff40..6da871b8 100644 --- a/payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts +++ b/payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts @@ -12,7 +12,7 @@ interface APIApplicationCommandIntegerOptionBase */ min_value?: number; /** - * If the option is an `INTEGER` or `NUMBER` type, the minimum value permitted. + * If the option is an `INTEGER` or `NUMBER` type, the maximum value permitted. */ max_value?: number; } diff --git a/payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts b/payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts index aec6c8e5..108b1105 100644 --- a/payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts +++ b/payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts @@ -12,7 +12,7 @@ interface APIApplicationCommandNumberOptionBase */ min_value?: number; /** - * If the option is an `INTEGER` or `NUMBER` type, the minimum value permitted. + * If the option is an `INTEGER` or `NUMBER` type, the maximum value permitted. */ max_value?: number; } diff --git a/payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts b/payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts index 64be0178..9a721478 100644 --- a/payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts +++ b/payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts @@ -15,7 +15,7 @@ interface APIApplicationCommandIntegerOptionBase */ min_value?: number; /** - * If the option is an `INTEGER` or `NUMBER` type, the minimum value permitted. + * If the option is an `INTEGER` or `NUMBER` type, the maximum value permitted. */ max_value?: number; } diff --git a/payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts b/payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts index 0ade640e..dc8e51f6 100644 --- a/payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts +++ b/payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts @@ -15,7 +15,7 @@ interface APIApplicationCommandNumberOptionBase */ min_value?: number; /** - * If the option is an `INTEGER` or `NUMBER` type, the minimum value permitted. + * If the option is an `INTEGER` or `NUMBER` type, the maximum value permitted. */ max_value?: number; } diff --git a/payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts b/payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts index 9448ff40..6da871b8 100644 --- a/payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts +++ b/payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts @@ -12,7 +12,7 @@ interface APIApplicationCommandIntegerOptionBase */ min_value?: number; /** - * If the option is an `INTEGER` or `NUMBER` type, the minimum value permitted. + * If the option is an `INTEGER` or `NUMBER` type, the maximum value permitted. */ max_value?: number; } diff --git a/payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts b/payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts index aec6c8e5..108b1105 100644 --- a/payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts +++ b/payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts @@ -12,7 +12,7 @@ interface APIApplicationCommandNumberOptionBase */ min_value?: number; /** - * If the option is an `INTEGER` or `NUMBER` type, the minimum value permitted. + * If the option is an `INTEGER` or `NUMBER` type, the maximum value permitted. */ max_value?: number; }