Interface GetApplicationCommandOptions

interface GetApplicationCommandOptions {
    locale?: string;
    withLocalizations?: boolean;
}

Properties

locale?: string

The locale to receive localized responses for (descriptionLocalized, nameLocalized). If no localization for the locale is present, the properties will not be present.

withLocalizations?: boolean

If localizations should be included.