mirror of
https://github.com/SrIzan10/sern-website.git
synced 2026-05-01 11:05:20 +00:00
1.9 KiB
1.9 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| DiscordEventCommand | Interface: DiscordEventCommand<T> | DiscordEventCommand | 0 | null |
Type parameters
| Name | Type |
|---|---|
T |
extends keyof ClientEvents = keyof ClientEvents |
Hierarchy
-
↳
DiscordEventCommand
Properties
description
• Optional description: string
Inherited from
Defined in
name
• Optional name: T
Overrides
Defined in
onEvent
• onEvent: ControlPlugin<any[]>[]
Inherited from
Defined in
plugins
• plugins: InitPlugin<any[]>[]
Inherited from
Defined in
type
• type: Discord
Overrides
Defined in
Methods
execute
▸ execute(...args): unknown
Parameters
| Name | Type |
|---|---|
...args |
ClientEvents[T] |
Returns
unknown
Overrides
Module.execute