mirror of
https://codeberg.org/JasterV/gofish_bot.git
synced 2026-04-27 02:15:46 +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) {
|
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?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue