mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix: gacha
This commit is contained in:
parent
550f7e0d99
commit
7455033ba6
4 changed files with 36 additions and 14 deletions
|
|
@ -97,6 +97,7 @@ export class GachaLog extends ZZZPlugin {
|
|||
return false;
|
||||
}
|
||||
await this.getPlayerInfo();
|
||||
await this.reply('正在查询抽卡记录,首次下载资源可能耗费一些时间,请稍等');
|
||||
const data = await anaylizeGachaLog(uid);
|
||||
if (!data) {
|
||||
await this.reply('未查询到抽卡记录,请先发送抽卡链接');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue