Ideally you'd be able to convert an existing message back to a Builder instance to modify it's content.
I'm thinking ->from() or ->fill() which can be used like:
$this
->message()
->from($message)
->title('New fancy title')
->clearButtons()
->send($message->channel);