mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
parent
6267d2d842
commit
0c5a5e8eb8
1 changed files with 1 additions and 1 deletions
|
|
@ -651,7 +651,7 @@ export class chatgpt extends plugin {
|
||||||
*/
|
*/
|
||||||
async chatgpt (e) {
|
async chatgpt (e) {
|
||||||
if (!e.isMaster && e.isPrivate && !Config.enablePrivateChat) {
|
if (!e.isMaster && e.isPrivate && !Config.enablePrivateChat) {
|
||||||
await this.reply('ChatGpt私聊通道已关闭。')
|
// await this.reply('ChatGpt私聊通道已关闭。')
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if (e.isGroup) {
|
if (e.isGroup) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue