poise
poise copied to clipboard
Reply edit without reset embed
Why embeds on reply edit always replaced and not made as allowed_mentions
for example?
Because of that I can't just edit components without not cloning previous embeds.
https://github.com/serenity-rs/poise/blob/575025909b063c3b998659abf9d241c8790404ee/src/reply/builder.rs#L174-L178
UPD.
Okay, I found that for CreateReply
field embeds
is not Option
. Why?