Skip to main content

Interface: PatternCommandSuccessPayload

Defined in: lib/utils/PatternCommandInterfaces.ts:30

Extends

Properties

alias

alias: string

Defined in: lib/utils/PatternCommandInterfaces.ts:15

The alias of this pattern command

Inherited from

PatternCommandFinishedPayload.alias


command

command: PatternCommand

Defined in: lib/utils/PatternCommandInterfaces.ts:13

The command that is triggered by this PatternCommand

Inherited from

PatternCommandFinishedPayload.command


context

context: MessageCommandContext

Defined in: lib/utils/PatternCommandInterfaces.ts:27

Inherited from

PatternCommandFinishedPayload.context


duration

duration: number

Defined in: lib/utils/PatternCommandInterfaces.ts:35

Inherited from

PatternCommandFinishedPayload.duration


message

message: Message

Defined in: lib/utils/PatternCommandInterfaces.ts:11

The message that triggered this PatternCommand

Inherited from

PatternCommandFinishedPayload.message


parameters

parameters: string

Defined in: lib/utils/PatternCommandInterfaces.ts:26

Inherited from

PatternCommandFinishedPayload.parameters


result

result: unknown

Defined in: lib/utils/PatternCommandInterfaces.ts:31


success

success: boolean

Defined in: lib/utils/PatternCommandInterfaces.ts:36

Inherited from

PatternCommandFinishedPayload.success