SlashCommandSubcommandsOnlyBuilder
export interface SlashCommandSubcommandsOnlyBuilder extends SharedNameAndDescription, Pick<SlashCommandBuilder, 'toJSON' | 'addSubcommand' | 'addSubcommandGroup'> export interface SlashCommandSubcommandsOnlyBuilder extends SharedNameAndDescription, Pick<SlashCommandBuilder, 'toJSON' | 'addSubcommand' | 'addSubcommandGroup'> No summary provided.
Extends
SharedNameAndDescriptionPick<SlashCommandBuilder, 'toJSON' | 'addSubcommand' | 'addSubcommandGroup'>Readonly
Optional
description_localizations?
:
LocalizationMap
Inherited from SharedNameAndDescription
Readonly
description
:
string
Inherited from SharedNameAndDescription
Readonly
Optional
name_localizations?
:
LocalizationMap
Inherited from SharedNameAndDescription
Readonly
name
:
string
Inherited from SharedNameAndDescription
setDescription(description)
:
this
Sets the description
| Name | Type | Optional | Description |
|---|---|---|---|
| description | string | No | The description |
setDescriptionLocalization(locale, localizedDescription)
:
this
Sets a description localization
| Name | Type | Optional | Description |
|---|---|---|---|
| locale | LocaleString | No | The locale to set a description for |
| localizedDescription | string | null | No | The localized description for the given locale |
setDescriptionLocalizations(localizedDescriptions)
:
this
Sets the description localizations
| Name | Type | Optional | Description |
|---|---|---|---|
| localizedDescriptions | LocalizationMap | null | No | The dictionary of localized descriptions to set |
setName(name)
:
this
setNameLocalization(locale, localizedName)
:
this
Sets a name localization
| Name | Type | Optional | Description |
|---|---|---|---|
| locale | LocaleString | No | The locale to set a description for |
| localizedName | string | null | No | The localized description for the given locale |
setNameLocalizations(localizedNames)
:
this
Sets the name localizations
| Name | Type | Optional | Description |
|---|---|---|---|
| localizedNames | LocalizationMap | null | No | The dictionary of localized descriptions to set |