mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 文本乱了
This commit is contained in:
parent
76caf5d040
commit
6560cec87e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue