--- editUrl: false next: false prev: false title: "SernSubCommandGroupData" --- ## Extends - `BaseApplicationCommandOptionsData` ## Properties ### autocomplete? > `optional` **autocomplete**: `undefined` #### Inherited from `BaseApplicationCommandOptionsData.autocomplete` #### Source node\_modules/discord.js/typings/index.d.ts:4714 *** ### description > **description**: `string` #### Inherited from `BaseApplicationCommandOptionsData.description` #### Source node\_modules/discord.js/typings/index.d.ts:4711 *** ### 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:4712 *** ### name > **name**: `string` #### Inherited from `BaseApplicationCommandOptionsData.name` #### Source node\_modules/discord.js/typings/index.d.ts:4709 *** ### 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:4710 *** ### options? > `optional` **options**: [`SernSubCommandData`](/v3/api/interfaces/sernsubcommanddata/)[] #### Source [src/types/core-modules.ts:214](https://github.com/sern-handler/handler/blob/04c4625bfa2f746935f4a8cee62b77cdffd86684/src/types/core-modules.ts#L214) *** ### required? > `optional` **required**: `boolean` #### Inherited from `BaseApplicationCommandOptionsData.required` #### Source node\_modules/discord.js/typings/index.d.ts:4713 *** ### type > **type**: `SubcommandGroup` #### Source [src/types/core-modules.ts:213](https://github.com/sern-handler/handler/blob/04c4625bfa2f746935f4a8cee62b77cdffd86684/src/types/core-modules.ts#L213)