interface FetchApplicationCommandOptions {
    cache?: boolean;
    force?: boolean;
    guildId?: string;
    locale?: Locale;
    withLocalizations?: boolean;
}

Hierarchy (View Summary)

Properties

cache?: boolean
force?: boolean
guildId?: string
locale?: Locale
withLocalizations?: boolean