🐛 修复私聊下功能调用统计

This commit is contained in:
HibiKier 2024-08-03 01:46:55 +08:00
parent 321735497f
commit 6258a42181

View File

@ -145,8 +145,8 @@ async def _(
):
plugin_name = name.result if name.available else None
st = search_type.result if search_type.available else None
uid = session.id1 if arparma.find("my") else None
gid = session.id3 or session.id2
uid = session.id1 if (arparma.find("my") or not gid) else None
is_global = arparma.find("global")
if uid and is_global:
"""个人全局"""