From e9948eaa5dc3cc16eb00b0ee4e88f5058d513956 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Mon, 26 May 2025 10:57:03 +0800 Subject: [PATCH] =?UTF-8?q?:speech=5Fballoon:=20=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/builtin_plugins/hooks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhenxun/builtin_plugins/hooks/__init__.py b/zhenxun/builtin_plugins/hooks/__init__.py index 4136ca95..2f8c79de 100644 --- a/zhenxun/builtin_plugins/hooks/__init__.py +++ b/zhenxun/builtin_plugins/hooks/__init__.py @@ -53,7 +53,7 @@ Config.add_plugin_config( "hook", "RECORD_BOT_SENT_MESSAGES", True, - help="记录bot消息校内", + help="记录bot消息发送", default_value=True, type=bool, )