diff --git a/src/status/data.rs b/src/status/data.rs index 14fcaf0..a551f68 100644 --- a/src/status/data.rs +++ b/src/status/data.rs @@ -17,7 +17,7 @@ pub struct StatusResponse { /// The "motd" - message shown in the server list by the client. #[serde(rename = "description")] - pub motd: ChatObject, + pub motd: Option, /// URI to the server's favicon. pub favicon: Option,