From 7ca8dcfb6a3bdd4df72c58b6f609475d0706c55e Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Thu, 5 Jan 2023 15:52:45 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=BF=9B=E8=A1=8C=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=B6=E6=8F=90=E7=A4=BA=E8=80=90=E5=BF=83=E7=AD=89=E5=BE=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/qqbot/process.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/qqbot/process.py b/pkg/qqbot/process.py index 4b98ddd..9a00d84 100644 --- a/pkg/qqbot/process.py +++ b/pkg/qqbot/process.py @@ -260,6 +260,8 @@ def process_message(launcher_type: str, launcher_id: int, text_message: str, mes pkg.utils.context.get_qqbot_manager().notify_admin("更新完成") threading.Thread(target=update_task, daemon=True).start() + + reply = ["[bot]正在更新,请耐心等待,请勿重复发起更新..."] elif cmd == 'cfg' and launcher_type == 'person' and launcher_id == config.admin_qq: reply = config_operation(cmd, params) else: