Skip to content
sern

SernSubCommandGroupData

Extends

  • BaseApplicationCommandOptionsData

Properties

autocomplete?

optional autocomplete: undefined

Inherited from

BaseApplicationCommandOptionsData.autocomplete

Source

node_modules/discord.js/typings/index.d.ts:4718


description

description: string

Inherited from

BaseApplicationCommandOptionsData.description

Source

node_modules/discord.js/typings/index.d.ts:4715


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" | "es-419" | "sv-SE" | "th" | "tr" | "uk" | "vi", null | string>>

Inherited from

BaseApplicationCommandOptionsData.descriptionLocalizations

Source

node_modules/discord.js/typings/index.d.ts:4716


name

name: string

Inherited from

BaseApplicationCommandOptionsData.name

Source

node_modules/discord.js/typings/index.d.ts:4713


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" | "es-419" | "sv-SE" | "th" | "tr" | "uk" | "vi", null | string>>

Inherited from

BaseApplicationCommandOptionsData.nameLocalizations

Source

node_modules/discord.js/typings/index.d.ts:4714


options?

optional options: SernSubCommandData[]

Source

src/types/core-modules.ts:223


required?

optional required: boolean

Inherited from

BaseApplicationCommandOptionsData.required

Source

node_modules/discord.js/typings/index.d.ts:4717


type

type: SubcommandGroup

Source

src/types/core-modules.ts:222