mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
阻止群聊使用快捷登录
This commit is contained in:
parent
6a61722bc3
commit
5028c2ea67
1 changed files with 1 additions and 1 deletions
|
|
@ -1253,7 +1253,7 @@ Poe 模式会调用 Poe 中的 Claude-instant 进行对话。需要提供 Cookie
|
||||||
}
|
}
|
||||||
|
|
||||||
async toolsPage (e) {
|
async toolsPage (e) {
|
||||||
if (!Config.groupAdminPage && (e.isGroup || !e.isPrivate)) {
|
if (e.isGroup || !e.isPrivate) {
|
||||||
await this.reply('请私聊发送命令', true)
|
await this.reply('请私聊发送命令', true)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue