Function: reply()
reply(
message
:Message
,options
:string
|MessageOptions
):Promise
<Message
>
Defined in: node_modules/@skyra/editable-commands/dist/esm/index.d.mts:35
Sends a reply message as a response for message
, and tracks it.
Parameters
Parameter | Type | Description |
---|---|---|
message | Message | The message to replies to. |
options | string | MessageOptions | The options for the message sending, identical to TextBasedChannel#send 's options. |
Returns
The response message.