Skip to main content

Interface: PatternCommandErrorPayload

@sapphire/plugin-pattern-commands.PatternCommandErrorPayload

Hierarchy

Properties

alias

alias: string

The alias of this pattern command

Inherited from

PatternCommandFinishedPayload.alias

Defined in

projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:15


command

command: PatternCommand

The command that is triggered by this PatternCommand

Inherited from

PatternCommandFinishedPayload.command

Defined in

projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:13


context

context: MessageCommandContext

Inherited from

PatternCommandFinishedPayload.context

Defined in

projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:27


duration

duration: number

Inherited from

PatternCommandFinishedPayload.duration

Defined in

projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:35


message

message: Message<boolean>

The message that triggered this PatternCommand

Inherited from

PatternCommandFinishedPayload.message

Defined in

projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:11


parameters

parameters: string

Inherited from

PatternCommandFinishedPayload.parameters

Defined in

projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:26


success

success: boolean

Inherited from

PatternCommandFinishedPayload.success

Defined in

projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:36