From 466bfbddebd17fb1fa87b2b69a72ceaceb0ad962 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Thu, 8 Jun 2023 13:43:33 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=8F=90=E7=A4=BA=E8=AF=AD=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tips-custom-template.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tips-custom-template.py b/tips-custom-template.py index 16740b97..49380845 100644 --- a/tips-custom-template.py +++ b/tips-custom-template.py @@ -30,8 +30,8 @@ command_admin_message = "[bot]err:权限不足: " command_err_message = "[bot]err:指令不存在:" # 会话重置提示 -command_reset_message = "[bot]:会话已重置" -command_reset_name_message = "[bot]:会话已重置,使用场景预设:" +command_reset_message = "[bot]会话已重置" +command_reset_name_message = "[bot]会话已重置,使用场景预设:" # 会话自动重置时的提示 -session_auto_reset_message = "[bot]:会话token超限,已自动重置" +session_auto_reset_message = "[bot]会话token超限,已自动重置"