mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
1
This commit is contained in:
parent
bdf3be7c57
commit
1793d7a28f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 '';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue