mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 打招呼的权限问题
This commit is contained in:
parent
a6a73a0822
commit
354183a0cc
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ export class Entertainment extends plugin {
|
|||
rule: [
|
||||
{
|
||||
reg: '^#(chatgpt|ChatGPT)打招呼',
|
||||
fnc: 'sendMessage'
|
||||
fnc: 'sendMessage',
|
||||
permission: 'master'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue