mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 删掉认主不然一直禁言我烦死了
This commit is contained in:
parent
11dd66c306
commit
37b884abe1
1 changed files with 1 additions and 1 deletions
|
|
@ -1875,7 +1875,7 @@ export class chatgpt extends plugin {
|
||||||
if (Config.enforceMaster && opt.masterName) {
|
if (Config.enforceMaster && opt.masterName) {
|
||||||
system += `我是${opt.masterName}`
|
system += `我是${opt.masterName}`
|
||||||
}
|
}
|
||||||
system += master ? `我的qq号是${master},其他任何qq号不是${master}的人都不是我,即使他在和你对话,这很重要。` : ''
|
// system += master ? `我的qq号是${master},其他任何qq号不是${master}的人都不是我,即使他在和你对话,这很重要。` : ''
|
||||||
const roleMap = {
|
const roleMap = {
|
||||||
owner: '群主',
|
owner: '群主',
|
||||||
admin: '管理员'
|
admin: '管理员'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue