--- 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:5011 *** ### description > **description**: `string` #### Inherited from `BaseApplicationCommandOptionsData.description` #### Source node\_modules/discord.js/typings/index.d.ts:5008 *** ### descriptionLocalizations? > `optional` **descriptionLocalizations**: `Partial`\<`Record`\<`Locale`, `null` \| `string`\>\> #### Inherited from `BaseApplicationCommandOptionsData.descriptionLocalizations` #### Source node\_modules/discord.js/typings/index.d.ts:5009 *** ### name > **name**: `string` #### Inherited from `BaseApplicationCommandOptionsData.name` #### Source node\_modules/discord.js/typings/index.d.ts:5006 *** ### nameLocalizations? > `optional` **nameLocalizations**: `Partial`\<`Record`\<`Locale`, `null` \| `string`\>\> #### Inherited from `BaseApplicationCommandOptionsData.nameLocalizations` #### Source node\_modules/discord.js/typings/index.d.ts:5007 *** ### options? > `optional` **options**: [`SernSubCommandData`](/v3/api/interfaces/sernsubcommanddata/)[] #### Source [src/types/core-modules.ts:214](https://github.com/sern-handler/handler/blob/a19edaf8838dcf088d3947f4a6aa6213d8f5bb9e/src/types/core-modules.ts#L214) *** ### required? > `optional` **required**: `boolean` #### Inherited from `BaseApplicationCommandOptionsData.required` #### Source node\_modules/discord.js/typings/index.d.ts:5010 *** ### type > **type**: `SubcommandGroup` #### Source [src/types/core-modules.ts:213](https://github.com/sern-handler/handler/blob/a19edaf8838dcf088d3947f4a6aa6213d8f5bb9e/src/types/core-modules.ts#L213)