From 1793d7a28fd21cc2a99993e4491fdb0c10d2ac3f Mon Sep 17 00:00:00 2001 From: gaoao-3 <140887777+gaoao-3@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:58:16 +0800 Subject: [PATCH] 1 --- apps/bym.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bym.js b/apps/bym.js index 23438ca..d4f00b8 100644 --- a/apps/bym.js +++ b/apps/bym.js @@ -72,7 +72,7 @@ export class bym extends plugin { if (index !== -1) { // 如果找到了,获取对应的名称 const name = specialUserNames[index]; - return `,其中 QQ 号码为 ${sender} 的用户是 ${name},他是你的主人,你要重视他的发言。`; + return `,其中 QQ 号码为 ${sender}是你的${name},你要重视他的发言。`; } return ''; }