Interface: PatternCommandFinishedPayload
Extends
Extended by
Properties
alias
alias:
string
The alias of this pattern command
Inherited from
PatternCommandAcceptedPayload . alias
Source
lib/utils/PatternCommandInterfaces.ts:15
command
command:
PatternCommand
The command that is triggered by this PatternCommand
Inherited from
PatternCommandAcceptedPayload . command
Source
lib/utils/PatternCommandInterfaces.ts:13
context
context:
MessageCommandContext
Inherited from
PatternCommandAcceptedPayload . context
Source
lib/utils/PatternCommandInterfaces.ts:27
duration
duration:
number
Source
lib/utils/PatternCommandInterfaces.ts:35
message
message:
Message<boolean>
The message that triggered this PatternCommand
Inherited from
PatternCommandAcceptedPayload . message
Source
lib/utils/PatternCommandInterfaces.ts:11
parameters
parameters:
string
Inherited from
PatternCommandAcceptedPayload . parameters
Source
lib/utils/PatternCommandInterfaces.ts:26
success
success:
boolean