'How to make a bot edit its own message in discord php

is someone know how to make BOT edit own message in discordPHP ?

i already created but they always error on Uncaught Error: Call to a member function edit() on null This is my code :

$message->edit(MessageBuilder::new()
            ->setContent('embeds')
            ->setTts(true))->done()


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source