mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Fix
This commit is contained in:
@@ -209,7 +209,7 @@ where
|
|||||||
let (chat_id, message_id) = match (chat_id, message_id) {
|
let (chat_id, message_id) = match (chat_id, message_id) {
|
||||||
(Some(chat_id), Some(message_id)) => (chat_id, message_id),
|
(Some(chat_id), Some(message_id)) => (chat_id, message_id),
|
||||||
(Some(chat_id), None) => {
|
(Some(chat_id), None) => {
|
||||||
bot.send_message(chat_id, "Повторите поиск сначала").send().await;
|
bot.send_message(chat_id, "Повторите поиск сначала").send().await?;
|
||||||
return Ok(());
|
return Ok(());
|
||||||
},
|
},
|
||||||
_ => {
|
_ => {
|
||||||
|
|||||||
Reference in New Issue
Block a user