Skip to main content

Interface: PatternCommandNoLuckPayload

@sapphire/plugin-pattern-commands.PatternCommandNoLuckPayload

Hierarchy

Properties

alias

alias: string

The alias of this pattern command

Inherited from

PatternCommandAcceptedPayload.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

PatternCommandAcceptedPayload.command

Defined in

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


context

context: MessageCommandContext

Inherited from

PatternCommandAcceptedPayload.context

Defined in

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


message

message: Message<boolean>

The message that triggered this PatternCommand

Inherited from

PatternCommandAcceptedPayload.message

Defined in

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


parameters

parameters: string

Inherited from

PatternCommandAcceptedPayload.parameters

Defined in

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