From df1527c4bb088fb7da82ce4150c5b41266434086 Mon Sep 17 00:00:00 2001 From: MateoDeveloper <79017590+Mateo-tem@users.noreply.github.com> Date: Sun, 3 Jul 2022 17:16:10 -0500 Subject: [PATCH] docs(APIApplicationCommandOption): number and integer typos in `max_value` field description (#515) --- .../_interactions/_applicationCommands/_chatInput/integer.ts | 2 +- .../v10/_interactions/_applicationCommands/_chatInput/number.ts | 2 +- .../v8/_interactions/_applicationCommands/_chatInput/integer.ts | 2 +- .../v8/_interactions/_applicationCommands/_chatInput/number.ts | 2 +- .../v9/_interactions/_applicationCommands/_chatInput/integer.ts | 2 +- .../v9/_interactions/_applicationCommands/_chatInput/number.ts | 2 +- .../_interactions/_applicationCommands/_chatInput/integer.ts | 2 +- .../v10/_interactions/_applicationCommands/_chatInput/number.ts | 2 +- .../v8/_interactions/_applicationCommands/_chatInput/integer.ts | 2 +- .../v8/_interactions/_applicationCommands/_chatInput/number.ts | 2 +- .../v9/_interactions/_applicationCommands/_chatInput/integer.ts | 2 +- .../v9/_interactions/_applicationCommands/_chatInput/number.ts | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) 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; }