Fix annotations

This commit is contained in:
2022-12-23 16:58:38 +01:00
parent 0117a6b567
commit b04fcffcd8

View File

@@ -239,6 +239,7 @@ where
match bot
.send_message(message.chat.id, current_text)
.parse_mode(ParseMode::Html)
.reply_markup(keyboard)
.send()
.await
@@ -290,6 +291,7 @@ where
match bot
.edit_message_text(message.chat.id, message.id, current_text)
.parse_mode(ParseMode::Html)
.reply_markup(keyboard)
.send()
.await