mirror of
https://github.com/sern-handler/website
synced 2026-06-27 10:12:23 +00:00
103 lines
1.8 KiB
Markdown
103 lines
1.8 KiB
Markdown
---
|
|
editUrl: false
|
|
next: false
|
|
prev: false
|
|
title: "UserSelectCommand"
|
|
---
|
|
|
|
## Extends
|
|
|
|
- `Module`
|
|
|
|
## Properties
|
|
|
|
### description?
|
|
|
|
> `optional` **description**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
`Module.description`
|
|
|
|
#### Source
|
|
|
|
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/a19edaf8838dcf088d3947f4a6aa6213d8f5bb9e/src/types/core-modules.ts#L36)
|
|
|
|
***
|
|
|
|
### execute()
|
|
|
|
> **execute**: (`ctx`) => `unknown`
|
|
|
|
#### Parameters
|
|
|
|
• **ctx**: `UserSelectMenuInteraction`\<`CacheType`\>
|
|
|
|
#### Returns
|
|
|
|
`unknown`
|
|
|
|
#### Overrides
|
|
|
|
`Module.execute`
|
|
|
|
#### Source
|
|
|
|
[src/types/core-modules.ts:90](https://github.com/sern-handler/handler/blob/a19edaf8838dcf088d3947f4a6aa6213d8f5bb9e/src/types/core-modules.ts#L90)
|
|
|
|
***
|
|
|
|
### name?
|
|
|
|
> `optional` **name**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
`Module.name`
|
|
|
|
#### Source
|
|
|
|
[src/types/core-modules.ts:33](https://github.com/sern-handler/handler/blob/a19edaf8838dcf088d3947f4a6aa6213d8f5bb9e/src/types/core-modules.ts#L33)
|
|
|
|
***
|
|
|
|
### onEvent
|
|
|
|
> **onEvent**: [`ControlPlugin`](/v3/api/interfaces/controlplugin/)\<`any`[]\>[]
|
|
|
|
#### Inherited from
|
|
|
|
`Module.onEvent`
|
|
|
|
#### Source
|
|
|
|
[src/types/core-modules.ts:34](https://github.com/sern-handler/handler/blob/a19edaf8838dcf088d3947f4a6aa6213d8f5bb9e/src/types/core-modules.ts#L34)
|
|
|
|
***
|
|
|
|
### plugins
|
|
|
|
> **plugins**: [`InitPlugin`](/v3/api/interfaces/initplugin/)\<`any`[]\>[]
|
|
|
|
#### Inherited from
|
|
|
|
`Module.plugins`
|
|
|
|
#### Source
|
|
|
|
[src/types/core-modules.ts:35](https://github.com/sern-handler/handler/blob/a19edaf8838dcf088d3947f4a6aa6213d8f5bb9e/src/types/core-modules.ts#L35)
|
|
|
|
***
|
|
|
|
### type
|
|
|
|
> **type**: [`UserSelect`](/v3/api/enumerations/commandtype/#userselect)
|
|
|
|
#### Overrides
|
|
|
|
`Module.type`
|
|
|
|
#### Source
|
|
|
|
[src/types/core-modules.ts:89](https://github.com/sern-handler/handler/blob/a19edaf8838dcf088d3947f4a6aa6213d8f5bb9e/src/types/core-modules.ts#L89)
|