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