File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ class ApplicationCommandManager extends CachedManager {
8282 * Options used to fetch Application Commands from Discord
8383 * @typedef {BaseFetchOptions } FetchApplicationCommandOptions
8484 * @property {Snowflake } [guildId] The guild's id to fetch commands for, for when the guild is not cached
85- * @property {LocaleString } [locale] The locale to use when fetching this command
85+ * @property {Locale } [locale] The locale to use when fetching this command
8686 * @property {boolean } [withLocalizations] Whether to fetch all localization data
8787 */
8888
Original file line number Diff line number Diff line change 475475 * @see {@link https://discord-api-types.dev/api/discord-api-types-v10/enum/Locale }
476476 */
477477
478- /**
479- * @external LocaleString
480- * @see {@link https://discord-api-types.dev/api/discord-api-types-v10#LocaleString }
481- */
482-
483478/**
484479 * @external MessageActivityType
485480 * @see {@link https://discord-api-types.dev/api/discord-api-types-v10/enum/MessageActivityType }
Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ import {
126126 APIEmbedImage ,
127127 VideoQualityMode ,
128128 LocalizationMap ,
129- LocaleString ,
130129 MessageActivityType ,
131130 APIAttachment ,
132131 APIChannel ,
@@ -5814,7 +5813,7 @@ export type EmojiResolvable = Snowflake | GuildEmoji | ReactionEmoji | Applicati
58145813
58155814export interface FetchApplicationCommandOptions extends BaseFetchOptions {
58165815 guildId ?: Snowflake ;
5817- locale ?: LocaleString ;
5816+ locale ?: Locale ;
58185817 withLocalizations ?: boolean ;
58195818}
58205819
You can’t perform that action at this time.
0 commit comments