mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
fix: 嗯嗯
This commit is contained in:
parent
823301e5c6
commit
028fbb7528
1 changed files with 1 additions and 1 deletions
|
|
@ -803,7 +803,7 @@ export class chatgpt extends plugin {
|
||||||
if (!msg || e.msg?.startsWith('#')) {
|
if (!msg || e.msg?.startsWith('#')) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if ((e.isGroup || e.group_id) && !(e.atme || e.atBot || e.at == getUin(e))) {
|
if ((e.isGroup || e.group_id) && !(e.atme || e.atBot || (e.at === e.self_id))) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if (e.user_id == getUin(e)) return false
|
if (e.user_id == getUin(e)) return false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue