mirror of
https://github.com/sern-handler/website
synced 2026-06-10 18:02:29 +00:00
114 lines
2.5 KiB
Markdown
114 lines
2.5 KiB
Markdown
---
|
|
id: "SernAutocompleteData"
|
|
title: "Interface: SernAutocompleteData"
|
|
sidebar_label: "SernAutocompleteData"
|
|
sidebar_position: 0
|
|
custom_edit_url: null
|
|
---
|
|
|
|
## Hierarchy
|
|
|
|
- `Omit`<`BaseApplicationCommandOptionsData`, ``"autocomplete"``\>
|
|
|
|
↳ **`SernAutocompleteData`**
|
|
|
|
## Properties
|
|
|
|
### autocomplete
|
|
|
|
• **autocomplete**: ``true``
|
|
|
|
#### Defined in
|
|
|
|
[src/types/core-modules.ts:171](https://github.com/sern-handler/handler/blob/e1059f9/src/types/core-modules.ts#L171)
|
|
|
|
___
|
|
|
|
### command
|
|
|
|
• **command**: `AutocompleteCommand`
|
|
|
|
#### Defined in
|
|
|
|
[src/types/core-modules.ts:176](https://github.com/sern-handler/handler/blob/e1059f9/src/types/core-modules.ts#L176)
|
|
|
|
___
|
|
|
|
### description
|
|
|
|
• **description**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
Omit.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
|
|
|
|
Omit.descriptionLocalizations
|
|
|
|
#### Defined in
|
|
|
|
node_modules/discord.js/typings/index.d.ts:4302
|
|
|
|
___
|
|
|
|
### name
|
|
|
|
• **name**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
Omit.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
|
|
|
|
Omit.nameLocalizations
|
|
|
|
#### Defined in
|
|
|
|
node_modules/discord.js/typings/index.d.ts:4300
|
|
|
|
___
|
|
|
|
### required
|
|
|
|
• `Optional` **required**: `boolean`
|
|
|
|
#### Inherited from
|
|
|
|
Omit.required
|
|
|
|
#### Defined in
|
|
|
|
node_modules/discord.js/typings/index.d.ts:4303
|
|
|
|
___
|
|
|
|
### type
|
|
|
|
• **type**: `String` \| `Integer` \| `Number`
|
|
|
|
#### Defined in
|
|
|
|
[src/types/core-modules.ts:172](https://github.com/sern-handler/handler/blob/e1059f9/src/types/core-modules.ts#L172)
|