From ba2c36208221efe6873d127c39d2293ea6d3c86e Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Tue, 17 Jan 2023 14:32:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E5=90=8E=E5=A4=9A=E4=BD=99=E7=9A=84'[bot]'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/qqbot/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/qqbot/command.py b/pkg/qqbot/command.py index 5b7d3fdb..4550437c 100644 --- a/pkg/qqbot/command.py +++ b/pkg/qqbot/command.py @@ -132,7 +132,7 @@ def plugin_operation(cmd, params, is_admin): import main main.reset_logging() - pkg.utils.context.get_qqbot_manager().notify_admin("[bot]已更新插件: {}".format(", ".join(updated))) + pkg.utils.context.get_qqbot_manager().notify_admin("已更新插件: {}".format(", ".join(updated))) threading.Thread(target=closure).start() reply = ["[bot]正在更新所有插件,请勿重复发起..."]