Skip to main content
Version: 1.x

PreparedAppCommandExecution

PreparedAppCommandExecution​

Represents a prepared command execution with all necessary data and middleware.

Signature
interface PreparedAppCommandExecution {
command: LoadedCommand;
middlewares: LoadedMiddleware[];
messageCommandParser?: MessageCommandParser;
}

command​

middlewares​

property
LoadedMiddleware[]

messageCommandParser​