mirror of
https://codeberg.org/JasterV/gofish_bot.git
synced 2026-04-26 18:10:09 +00:00
fix
This commit is contained in:
parent
757a768bb6
commit
598e1feb6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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?;
|
||||
}
|
||||
}
|
||||
_ => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue