interface SlashCommandSubcommandsOnlyBuilder
extends
SharedNameAndDescriptionPick<SlashCommandBuilder, 'toJSON' | 'addSubcommand' | 'addSubcommandGroup'>export interface SlashCommandSubcommandsOnlyBuilder extends SharedNameAndDescription, Pick<SlashCommandBuilder, 'toJSON' | 'addSubcommand' | 'addSubcommandGroup'>
readonlyoptionalLocalizationMap description_localizations? :
Inherited from: SharedNameAndDescription
readonlystring description :
Inherited from: SharedNameAndDescription
readonlyoptionalLocalizationMap name_localizations? :
Inherited from: SharedNameAndDescription
readonlystring name :
Inherited from: SharedNameAndDescription
setDescriptiondescription: string) : this (
description: string
Sets the description
Inherited from: SharedNameAndDescription
setDescriptionLocalizationlocale: LocaleStringlocalizedDescription: string | null) : this (
locale: LocaleString
localizedDescription: string | null
Sets a description localization
Inherited from: SharedNameAndDescription
setDescriptionLocalizationslocalizedDescriptions: LocalizationMap | null) : this (
localizedDescriptions: LocalizationMap | null
Sets the description localizations
Inherited from: SharedNameAndDescription
setNameLocalizationlocale: LocaleStringlocalizedName: string | null) : this (
locale: LocaleString
localizedName: string | null
Sets a name localization
Inherited from: SharedNameAndDescription
setNameLocalizationslocalizedNames: LocalizationMap | null) : this (
localizedNames: LocalizationMap | null
Sets the name localizations
Inherited from: SharedNameAndDescription