pub type Reply { Reply(content: String, message_id: String, embeds: List(Embed)) }
Reply(content: String, message_id: String, embeds: List(Embed))
pub fn embed_to_json(embed: Embed) -> Json
pub fn to_string(msg: Reply) -> String