Skip to content

✨ Add support for loading existing message into the Message Builder #83

@Log1x

Description

@Log1x

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions