From fcad8ef0c16eaec20fd3498eeb76eb48e338827d Mon Sep 17 00:00:00 2001 From: SlyAimer <2289782085@qq.com> Date: Mon, 3 Feb 2025 22:44:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/qq_plugins/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qq_plugins/chat.py b/src/qq_plugins/chat.py index eabee42..62b8673 100644 --- a/src/qq_plugins/chat.py +++ b/src/qq_plugins/chat.py @@ -78,7 +78,7 @@ t2 = on_command("添加人设",aliases={"更新人设","删除人设","切换人 async def handle_function(message: MessageEvent): if not hasattr(message, 'group_openid'): - await t3.finish("暂未在当前场景下开放此功能。") + await t2.finish("暂未在当前场景下开放此功能。") member_openid, group_openid = message.author.id, message.group_openid if not await GroupChatRole.get_admin_list(group_openid, member_openid):