markdown
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user