Skip to content

Commit

Permalink
Enclosing a missing R-bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
stdcall0 committed Apr 16, 2024
1 parent 2f99d2a commit d199593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/starrail_gacha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class SRGachaPlugin extends Plugin {
let msg = [" 抽卡统计: "];
this.initRank(this.e.user_id, this.e.sender.nickname);
const me = rank[this.e.user_id];
msg.push(`- ${me.name}: 共 ${me.total} 抽,${me.star5} 个 5* (${me.up} 个 UP`);
msg.push(`- ${me.name}: 共 ${me.total} 抽,${me.star5} 个 5* (${me.up} 个 UP)`);

msg.push(""); msg.push("排行榜 (小保底不歪): ");
let top1 = Object.values(rank)
Expand Down

0 comments on commit d199593

Please sign in to comment.