İçeriğe geç
sern

SernSubCommandGroupData

Extends

  • BaseApplicationCommandOptionsData

Properties

autocomplete?

optional autocomplete: undefined

Inherited from

BaseApplicationCommandOptionsData.autocomplete

Source

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


description

description: string

Inherited from

BaseApplicationCommandOptionsData.description

Source

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


descriptionLocalizations?

optional descriptionLocalizations: Partial<Record<Locale, null | string>>

Inherited from

BaseApplicationCommandOptionsData.descriptionLocalizations

Source

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


name

name: string

Inherited from

BaseApplicationCommandOptionsData.name

Source

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


nameLocalizations?

optional nameLocalizations: Partial<Record<Locale, null | string>>

Inherited from

BaseApplicationCommandOptionsData.nameLocalizations

Source

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


options?

optional options: SernSubCommandData[]

Source

src/types/core-modules.ts:374


required?

optional required: boolean

Inherited from

BaseApplicationCommandOptionsData.required

Source

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


type

type: SubcommandGroup

Source

src/types/core-modules.ts:373