Interface: SernSubCommandGroupData
Hierarchy
BaseApplicationCommandOptionsData
↳
SernSubCommandGroupData
Properties
autocomplete
• Optional
autocomplete: undefined
Inherited from
BaseApplicationCommandOptionsData.autocomplete
Defined in
node_modules/discord.js/typings/index.d.ts:4319
description
• description: string
Inherited from
BaseApplicationCommandOptionsData.description
Defined in
node_modules/discord.js/typings/index.d.ts:4316
descriptionLocalizations
• Optional
descriptionLocalizations: Partial
<Record
<"id"
| "en-US"
| "en-GB"
| "bg"
| "zh-CN"
| "zh-TW"
| "hr"
| "cs"
| "da"
| "nl"
| "fi"
| "fr"
| "de"
| "el"
| "hi"
| "hu"
| "it"
| "ja"
| "ko"
| "lt"
| "no"
| "pl"
| "pt-BR"
| "ro"
| "ru"
| "es-ES"
| "sv-SE"
| "th"
| "tr"
| "uk"
| "vi"
, null
| string
>>
Inherited from
BaseApplicationCommandOptionsData.descriptionLocalizations
Defined in
node_modules/discord.js/typings/index.d.ts:4317
name
• name: string
Inherited from
BaseApplicationCommandOptionsData.name
Defined in
node_modules/discord.js/typings/index.d.ts:4314
nameLocalizations
• Optional
nameLocalizations: Partial
<Record
<"id"
| "en-US"
| "en-GB"
| "bg"
| "zh-CN"
| "zh-TW"
| "hr"
| "cs"
| "da"
| "nl"
| "fi"
| "fr"
| "de"
| "el"
| "hi"
| "hu"
| "it"
| "ja"
| "ko"
| "lt"
| "no"
| "pl"
| "pt-BR"
| "ro"
| "ru"
| "es-ES"
| "sv-SE"
| "th"
| "tr"
| "uk"
| "vi"
, null
| string
>>
Inherited from
BaseApplicationCommandOptionsData.nameLocalizations
Defined in
node_modules/discord.js/typings/index.d.ts:4315
options
• Optional
options: SernSubCommandData
[]
Defined in
required
• Optional
required: undefined
Overrides
BaseApplicationCommandOptionsData.required
Defined in
type
• type: SubcommandGroup