Interface: PatternCommandPayload
@sapphire/plugin-pattern-commands.PatternCommandPayload
Hierarchy
PatternCommandPayload
↳
PatternCommandAcceptedPayload
Properties
alias
• alias: string
The alias of this pattern command
Defined in
projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:15
command
• command: PatternCommand
The command that is triggered by this PatternCommand
Defined in
projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:13
message
• message: Message
<boolean
>
The message that triggered this PatternCommand
Defined in
projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:11