Messaging: Remove embed when editing message.

This commit is contained in:
Paul
2021-06-16 16:31:06 +01:00
parent 6d67b3f767
commit bad9024537
3 changed files with 32 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ pub enum ClientboundNotification {
MessageUpdate {
id: String,
channel: String,
data: JsonValue,
data: JsonValue
},
MessageDelete {
id: String,