fix: 文本乱了

This commit is contained in:
ikechan8370 2024-02-21 14:52:17 +08:00
parent 76caf5d040
commit 6560cec87e

View file

@ -60,9 +60,9 @@ export class Vocal extends plugin {
let { credit, email } = await client.queryCredit()
logger.info({ credit, email })
msg += `用户: ${maskEmail(email)} 余额:${credit}\n`
msg += '-------------------\n'
msg += 'Notice每首歌消耗5credit每次生成2首歌'
}
msg += '-------------------\n'
msg += 'Notice每首歌消耗5credit每次生成2首歌'
await e.reply(msg)
return true
}