mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🐛 修复私聊下功能调用统计
This commit is contained in:
parent
321735497f
commit
6258a42181
@ -145,8 +145,8 @@ async def _(
|
|||||||
):
|
):
|
||||||
plugin_name = name.result if name.available else None
|
plugin_name = name.result if name.available else None
|
||||||
st = search_type.result if search_type.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
|
gid = session.id3 or session.id2
|
||||||
|
uid = session.id1 if (arparma.find("my") or not gid) else None
|
||||||
is_global = arparma.find("global")
|
is_global = arparma.find("global")
|
||||||
if uid and is_global:
|
if uid and is_global:
|
||||||
"""个人全局"""
|
"""个人全局"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user