Skip to main content

Interface: MessageSubcommandAcceptedPayload

@sapphire/plugin-subcommands.MessageSubcommandAcceptedPayload

Hierarchy

Properties

command

command: Subcommand<Args, SubcommandOptions>

Inherited from

IMessageSubcommandPayload.command

Defined in

projects/plugins/packages/subcommands/src/lib/types/Events.ts:34


context

context: MessageCommandContext

Defined in

projects/plugins/packages/subcommands/src/lib/types/Events.ts:44


matchedSubcommandMapping

matchedSubcommandMapping: SubcommandMappingMethod

Defined in

projects/plugins/packages/subcommands/src/lib/types/Events.ts:45


message

message: Message<boolean>

Inherited from

IMessageSubcommandPayload.message

Defined in

projects/plugins/packages/subcommands/src/lib/types/Events.ts:33