From 21553fd289c3a64b9493211478d577e10f6ee526 Mon Sep 17 00:00:00 2001 From: Pin Lin Date: Thu, 24 Aug 2017 01:12:45 +0800 Subject: [PATCH] Update simple_commands.py --- simple_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simple_commands.py b/simple_commands.py index bb5366e..0f23762 100644 --- a/simple_commands.py +++ b/simple_commands.py @@ -87,8 +87,8 @@ def stats(bot, update): us = UserSetting.get(id=user.id) if not us or not us.stats: send_async(bot, update.message.chat_id, - text=_("您尚未啟用統計資料,請私我 " - "/settings 來啟用他")) + text=_("您尚未啟用統計資料,請私我 " + "/settings 來啟用他", parse_mode=ParseMode.HTML)) else: stats_text = list()