Skip to main content

Interface: PatternPreCommandRunPayload

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

Extends

Properties

alias

alias: string

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

The alias of this pattern command

Inherited from

PatternCommandDeniedPayload.alias


command

command: PatternCommand

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

The command that is triggered by this PatternCommand

Inherited from

PatternCommandDeniedPayload.command


context

context: MessageCommandContext

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

Inherited from

PatternCommandDeniedPayload.context


message

message: Message

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

The message that triggered this PatternCommand

Inherited from

PatternCommandDeniedPayload.message


parameters

parameters: string

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

Inherited from

PatternCommandDeniedPayload.parameters