阻止群聊使用快捷登录

This commit is contained in:
Alcedo 2023-08-30 17:06:22 +08:00
parent 6a61722bc3
commit 5028c2ea67

View file

@ -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
} }