This commit is contained in:
Administrator
2023-04-03 00:50:55 +03:00
parent e28031f8bb
commit 654dd69f39
2 changed files with 3 additions and 2 deletions

View File

@@ -216,7 +216,8 @@ class Answer(BaseAnswer):
bot.send_message(
user.chat_id,
text,
reply_markup=main_keyboard()
reply_markup=main_keyboard(),
parse_mode='Markdown'
)
def handle_state_notify_type(self, message: Message, user: User):