Skip to main content

Interface: PatternCommandDeniedPayload

@sapphire/plugin-pattern-commands.PatternCommandDeniedPayload

Hierarchy

Properties

alias

alias: string

The alias of this pattern command

Inherited from

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

PatternCommandPayload.command

Defined in

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


context

context: MessageCommandContext

Defined in

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


message

message: Message<boolean>

The message that triggered this PatternCommand

Inherited from

PatternCommandPayload.message

Defined in

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


parameters

parameters: string

Defined in

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