This commit is contained in:
Victor Martinez Montane 2021-08-28 15:24:28 +02:00
commit 598e1feb6c

View file

@ -64,7 +64,7 @@ async fn execute(cx: Cx, command: Command) -> Result<()> {
if let Some(_) = SENDERS.remove(&chat_id) { if let Some(_) = SENDERS.remove(&chat_id) {
cx.answer("The game has end!").await?; cx.answer("The game has end!").await?;
} else { } else {
cx.answer("There is not game in progress").await?; cx.answer("There is no game in progress").await?;
} }
} }
_ => { _ => {