Files
website/docs/api/classes/CommandExecutable.md
2022-12-28 22:43:41 +03:00

1.3 KiB

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
CommandExecutable Class: CommandExecutable<Type> CommandExecutable 0 null

Type parameters

Name Type
Type extends CommandType

Constructors

constructor

new CommandExecutable<Type>()

Type parameters

Name Type
Type extends CommandType

Properties

execute

Abstract execute: CommandModuleDefs[Type]["execute"]

Defined in

src/handler/sern.ts:101


onEvent

onEvent: EventPlugin<Type>[] = []

Defined in

src/handler/sern.ts:100


plugins

plugins: CommandPlugin<Type>[] = []

Defined in

src/handler/sern.ts:99


type

Abstract type: Type

Defined in

src/handler/sern.ts:98