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

    Parameters

    • message: Message<boolean>

      The message to replies to.

    • options: string | MessageOptions

      The options for the message sending, identical to TextBasedChannel#send's options.

    Returns Promise<Message>

    The response message.