Skip to main content

Function: track()

track(message: Message, response: Message): void

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

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

Parameters

ParameterTypeDescription
messageMessageThe message to track when editing.
responseMessageThe response to edit when using send with message.

Returns

void