We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a8dd7 commit 11069e8Copy full SHA for 11069e8
src/status/data.rs
@@ -17,7 +17,7 @@ pub struct StatusResponse {
17
18
/// The "motd" - message shown in the server list by the client.
19
#[serde(rename = "description")]
20
- pub motd: ChatObject,
+ pub motd: Option<ChatObject>,
21
22
/// URI to the server's favicon.
23
pub favicon: Option<String>,
0 commit comments