mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: 画图暂时改为只能主人
This commit is contained in:
parent
fe0ca177f3
commit
d6267e3f98
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ export class dalle extends plugin {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
reg: '^#bing(画图|绘图)',
|
reg: '^#bing(画图|绘图)',
|
||||||
fnc: 'bingDraw'
|
fnc: 'bingDraw',
|
||||||
|
permission: 'master'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue