有关私聊影响其他功能体感的问题 (#387)

#369 关于此issue的问题
This commit is contained in:
Err0rCM 2023-04-29 18:46:51 +08:00 committed by GitHub
parent 6267d2d842
commit 0c5a5e8eb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -651,7 +651,7 @@ export class chatgpt extends plugin {
*/
async chatgpt (e) {
if (!e.isMaster && e.isPrivate && !Config.enablePrivateChat) {
await this.reply('ChatGpt私聊通道已关闭。')
// await this.reply('ChatGpt私聊通道已关闭。')
return false
}
if (e.isGroup) {