This commit is contained in:
qsc
2026-01-16 22:29:08 +08:00
parent d5ffe5c10d
commit 89316ded40
4 changed files with 79 additions and 4 deletions
+15
View File
@@ -489,6 +489,21 @@ class Jx3ApiPlugin(Star):
yield event.plain_result("猪脑过载,请稍后再试")
@jx3.command("骗子")
async def jx3_pianzhi(self, event: AstrMessageEvent,qq: str = ""):
"""剑三 骗子 服务器 天数"""
try:
data= await self.jx3fun.pianzhi(qq)
if data["code"] == 200:
yield event.plain_result(data["data"])
else:
yield event.plain_result(data["msg"])
return
except Exception as e:
logger.error(f"功能函数执行错误: {e}")
yield event.plain_result("猪脑过载,请稍后再试")
@jx3.command("开服监控")
async def jx3_kaifhujiank(self, event: AstrMessageEvent):
"""剑三 开服监控"""