feat: 乱七八糟的的统计词云

This commit is contained in:
ikechan8370 2023-04-20 17:07:33 +08:00
parent 7f773dcfc4
commit 3cfbe9eae7
7 changed files with 188 additions and 4 deletions

View file

@ -91,7 +91,7 @@ export class history extends plugin {
await e.reply('无聊天记录', e.isGroup)
return true
}
await e.reply(await render(e, 'chatgpt-plugin', 'content/History/index', {
await render(e, 'chatgpt-plugin', 'content/History/index', {
version: Config.version,
user: {
qq: queryUser,
@ -102,7 +102,7 @@ export class history extends plugin {
name: Bot.nickname
},
chat
}, {}))
}, {})
}
}