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

View file

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