From 5865ac017c87f7967dc37c21dab45d70db3a0439 Mon Sep 17 00:00:00 2001 From: 26751 <2675174581@qq.com> Date: Sun, 2 Apr 2023 13:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0tips=5Fcustom.py=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=20Signed-off-by:=2026751=20<2675174581@qq.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-template.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-template.py b/config-template.py index 391b600a..74746566 100644 --- a/config-template.py +++ b/config-template.py @@ -225,6 +225,8 @@ retry_times = 3 # 设置为True时,仅向管理员发送错误详细信息 # 设置为False时,向用户及管理员发送错误详细信息 hide_exce_info_to_user = False +# 消息处理出错时向用户发送的提示信息 +#转tips_custom.py中alter_tip_message字段 # 线程池相关配置 # 该参数决定机器人可以同时处理几个人的消息,超出线程池数量的请求会被阻塞,不会被丢弃