Interface: ChatInputSubcommandNoMatchContext
Defined in: projects/plugins/packages/subcommands/src/lib/types/Events.ts:37
Extends
ChatInputCommandContext
Indexable
[key
: string
]: unknown
[key
: number
]: unknown
[key
: symbol
]: unknown
Properties
command
command:
Subcommand
Defined in: projects/plugins/packages/subcommands/src/lib/types/Events.ts:38
commandId
commandId:
string
Defined in: node_modules/@sapphire/framework/dist/esm/index.d.mts:1302
The id of the command.
Inherited from
ChatInputCommandContext.commandId
commandName
commandName:
string
Defined in: node_modules/@sapphire/framework/dist/esm/index.d.mts:1298
The name of the command.
Inherited from
ChatInputCommandContext.commandName
identifier
identifier:
ChatInputSubcommandNoMatch
Defined in: projects/plugins/packages/subcommands/src/lib/types/Events.ts:39
message
message:
string
Defined in: projects/plugins/packages/subcommands/src/lib/types/Events.ts:40