Skip to content

Commit

Permalink
阻止群聊使用快捷登录
Browse files Browse the repository at this point in the history
  • Loading branch information
HalcyonAlcedo committed Aug 30, 2023
1 parent 6a61722 commit 5028c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/management.js
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ Poe 模式会调用 Poe 中的 Claude-instant 进行对话。需要提供 Cookie
}

async toolsPage (e) {
if (!Config.groupAdminPage && (e.isGroup || !e.isPrivate)) {
if (e.isGroup || !e.isPrivate) {
await this.reply('请私聊发送命令', true)
return true
}
Expand Down

0 comments on commit 5028c2e

Please sign in to comment.