Files
website/docs/api/interfaces/SernSubCommandGroupData.md
Jacob Nguyen 49a910f90a fix docs build
2023-06-30 21:56:51 -05:00

2.7 KiB

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
SernSubCommandGroupData Interface: SernSubCommandGroupData SernSubCommandGroupData 0 null

Hierarchy

  • BaseApplicationCommandOptionsData

    SernSubCommandGroupData

Properties

autocomplete

Optional autocomplete: undefined

Inherited from

BaseApplicationCommandOptionsData.autocomplete

Defined in

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


description

description: string

Inherited from

BaseApplicationCommandOptionsData.description

Defined in

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


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:4302


name

name: string

Inherited from

BaseApplicationCommandOptionsData.name

Defined in

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


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:4300


options

Optional options: SernSubCommandData[]

Defined in

src/core/types/modules.ts:214


required

Optional required: boolean

Inherited from

BaseApplicationCommandOptionsData.required

Defined in

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


type

type: SubcommandGroup

Defined in

src/core/types/modules.ts:213