Revert "Fix annotations"

This reverts commit b04fcffcd8.
This commit is contained in:
2022-12-23 17:08:44 +01:00
parent b04fcffcd8
commit 8551f51776

View File

@@ -239,7 +239,6 @@ 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
@@ -291,7 +290,6 @@ 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