Fix build failing

This commit is contained in:
Flori Weber 2023-06-19 16:11:53 +02:00
parent f0241e0756
commit cac12decad
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ use crate::types::entities::{
AllowedMention, Component, Embed, MessageReference, PartialDiscordFileAttachment,
};
#[derive(Debug, Deserialize, Serialize)]
#[derive(Debug, Default, Deserialize, Serialize)]
#[serde(rename_all = "snake_case")]
pub struct MessageSendSchema {
#[serde(rename = "type")]