From 11069e89865ef82d992e124beb2b1fc602d4d772 Mon Sep 17 00:00:00 2001 From: Znojmok <137639276+Znojmok@users.noreply.github.com> Date: Thu, 8 May 2025 22:38:12 +0200 Subject: [PATCH] made motd into an option --- src/status/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,