Update simple_commands.py

This commit is contained in:
Pin Lin
2017-08-24 01:12:45 +08:00
committed by GitHub
parent 66973d4e95
commit 21553fd289

View File

@ -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=_("您尚未啟用統計資料,請私我 "
"<code>/settings</code> 來啟用他"))
text=_("您尚未啟用統計資料請私我 "
"<code>/settings</code> 來啟用他", parse_mode=ParseMode.HTML))
else:
stats_text = list()