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?
optionalchatInputRun:CommandRunInUnion
Defined in: projects/framework/src/lib/types/CommandTypes.ts:53
contextMenuRun?
optionalcontextMenuRun:CommandRunInUnion
Defined in: projects/framework/src/lib/types/CommandTypes.ts:55
messageRun?
optionalmessageRun:CommandRunInUnion
Defined in: projects/framework/src/lib/types/CommandTypes.ts:54