Skip to main content
Version: Next

ContextParameters

ContextParameters

PropertyTypeValue
environmentCommandKitEnvironmentN/A
executionModeTN/A
forwardedbooleanN/A
interactionT extends 'chatInput' ? ChatInputCommandInteraction : T extends 'messageContextMenu' ? MessageContextMenuCommandInteraction : T extends 'userContextMenu' ? UserContextMenuCommandInteraction : T extends 'autocomplete' ? AutocompleteInteraction : neverN/A
messageT extends 'message' ? Message : neverN/A
messageCommandParserT extends 'message' ? MessageCommandParser : neverN/A
storeMap<string, any>N/A