chore: format code

This commit is contained in:
ikechan8370 2023-04-17 21:07:42 +08:00
parent 85e7e79883
commit fd06f8c21a
2 changed files with 37 additions and 36 deletions

View file

@ -26,8 +26,9 @@ import { convertSpeaker, generateAudio, speakers } from '../utils/tts.js'
import ChatGLMClient from '../utils/chatglm.js'
import { convertFaces } from '../utils/face.js'
import uploadRecord from '../utils/uploadRecord.js'
import { SlackClaudeClient } from "../utils/slack/slackClient.js"
import { SlackClaudeClient } from '../utils/slack/slackClient.js'
import { ChatgptManagement } from './management.js'
import {getPromptByName} from "../utils/prompts.js";
try {
await import('keyv')
} catch (err) {

View file

@ -207,7 +207,7 @@ export class ChatgptManagement extends plugin {
},
{
reg: '^#chatgpt(对话|管理|娱乐|绘图|人物设定|聊天记录)?指令表(帮助)?',
fnc: 'commandHelp',
fnc: 'commandHelp'
}
]
})