This commit is contained in:
qsc
2026-02-12 15:37:16 +08:00
parent 547f5fec3b
commit 33f921c40d
7 changed files with 69 additions and 7 deletions
+4 -1
View File
@@ -84,7 +84,10 @@ class GOKCommands(Star):
"""王者资料"""
return await self.T2I_image_msg(event, lambda: self.gokfun.ziliao(name))
async def gok_zhanli(self, event: AstrMessageEvent, hero: str, type: str = "aqq"):
"""英雄战力 名称 大区"""
return await self.plain_msg(event, lambda: self.gokfun.zhanli(hero,type))
async def gok_user_all(self, event: AstrMessageEvent):
"""角色查看"""
return await self.T2I_image_msg(event, self.gokfun.all)