mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
typo: 部分描述调整
This commit is contained in:
parent
27171c5727
commit
4f6eaa979c
2 changed files with 5 additions and 4 deletions
|
|
@ -106,8 +106,8 @@ export class GachaLog extends ZZZPlugin {
|
|||
const { data, count } = await updateGachaLog(key, uid);
|
||||
let msg = `抽卡记录更新成功,共${Object.keys(data).length}个卡池`;
|
||||
for (const name in data) {
|
||||
msg += `\n${name}一共${data[name].length}条记录,新增${
|
||||
count[name] || 0
|
||||
msg += `\n${name}新增${count[name] || 0}条记录,一共${
|
||||
data[name].length
|
||||
}条记录`;
|
||||
}
|
||||
await this.reply(msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue