Skip to main content

Interface: CommandSpecificRunIn

Defined in: projects/framework/src/lib/types/CommandTypes.ts:52

A more detailed structure for CommandOptions.runIn when you want to have a different runIn for each command type.

Since

4.7.0

Properties

chatInputRun?

optional chatInputRun: CommandRunInUnion

Defined in: projects/framework/src/lib/types/CommandTypes.ts:53


contextMenuRun?

optional contextMenuRun: CommandRunInUnion

Defined in: projects/framework/src/lib/types/CommandTypes.ts:55


messageRun?

optional messageRun: CommandRunInUnion

Defined in: projects/framework/src/lib/types/CommandTypes.ts:54