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:
@@ -408,7 +408,7 @@ async fn get_download_archive_keyboard_handler(
|
|||||||
};
|
};
|
||||||
|
|
||||||
bot
|
bot
|
||||||
.send_message(message.chat.id, "Функция в разработке")
|
.send_message(message.chat.id, "Выбери формат: \n (Функция тестируется и может работать нестабильно)")
|
||||||
.reply_markup(keyboard)
|
.reply_markup(keyboard)
|
||||||
.reply_to_message_id(message.id)
|
.reply_to_message_id(message.id)
|
||||||
.await?;
|
.await?;
|
||||||
|
|||||||
Reference in New Issue
Block a user