diff --git a/src/commands/status.rs b/src/commands/status.rs index 539dadd..794891b 100644 --- a/src/commands/status.rs +++ b/src/commands/status.rs @@ -71,7 +71,7 @@ async fn gs_query_minecraft(server_ip: &str) -> Result { @@ -153,10 +153,7 @@ pub async fn gs( ).await?; } }, - _ => { - ctx.send(CreateReply::default().content("Game not supported yet.")).await?; - return Ok(()); - } + _ => {} } Ok(())