Skip to main content

Function: reply()

reply(message: Message<boolean>, options: string | MessageOptions): Promise<Message>

Sends a reply message as a response for message, and tracks it.

Parameters

ParameterTypeDescription
messageMessage<boolean>The message to replies to.
optionsstring | MessageOptionsThe options for the message sending, identical to TextBasedChannel#send's options.

Returns

Promise<Message>

The response message.

Defined in

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