-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Description
msg.edit(
ctx.into(),
CreateReply::default().components(...),
)
.await?;Would remove every attached embed, etc. This is frustrating especially when you do not hold the last embed.
Lines 107 to 111 in 518ff05
| // Clear builder so that adding embeds or attachments won't add on top of | |
| // the pre-edit items but replace them (which is apparently the more | |
| // intuitive behavior). Notably, setting the builder to default doesn't | |
| // mean the entire message is reset to empty: Discord only updates parts | |
| // of the message that have had a modification specified |
To support my opinion:
A sql statement such as UPDATE users SET name = "Jeff" WHERE id = 1 also doesn't set all the other fields besides name to NULL or default.
A change to this behavior would be highly appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels