fix: 1.1内容

This commit is contained in:
bietiaop 2024-08-15 18:06:35 +08:00
parent 267a790cbc
commit 4a54442fae
6 changed files with 226 additions and 220 deletions

View file

@ -166,7 +166,7 @@ export class GachaLog extends ZZZPlugin {
);
}
await this.reply(
await common.makeForwardMsg(this.e, msg, '抽卡记录更新成功')
await common.makeForwardMsg(this.e, msg.join('\n'), '抽卡记录更新成功')
);
return false;
}