mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
@@ -239,7 +239,6 @@ where
|
||||
|
||||
match bot
|
||||
.send_message(message.chat.id, current_text)
|
||||
.parse_mode(ParseMode::Html)
|
||||
.reply_markup(keyboard)
|
||||
.send()
|
||||
.await
|
||||
@@ -291,7 +290,6 @@ where
|
||||
|
||||
match bot
|
||||
.edit_message_text(message.chat.id, message.id, current_text)
|
||||
.parse_mode(ParseMode::Html)
|
||||
.reply_markup(keyboard)
|
||||
.send()
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user