Index: src/main.rs ================================================================== --- src/main.rs +++ src/main.rs @@ -244,11 +244,11 @@ match cmd { // start "/start" => { - reply.push("Not in service yet\\. Try later\\.".to_string()); + reply.push("We are open\\. Probably\\. Visit [channel](https://t.me/rsstg_bot_help/3) for details\\.".to_string()); }, // list "/list" => { @@ -406,11 +406,11 @@ "/check" => { &core.check(&words.next().unwrap().parse::()?, None).await?; }, - // clear + // clean "/clean" => { if core.owner != i64::from(message.from.id) { reply.push("Reserved for testing\\.".to_string()); } else {