Skip to main content

Function: track()

track(message: Message<boolean>, response: Message<boolean>): void

Tracks a response with a message, in a way that if send is called with message, response will be edited.

Parameters

ParameterTypeDescription
messageMessage<boolean>The message to track when editing.
responseMessage<boolean>The response to edit when using send with message.

Returns

void

Defined in

node_modules/@skyra/editable-commands/dist/esm/index.d.mts:9