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()