fix: replace getMemberMap with gml

This commit is contained in:
ikechan8370 2024-02-28 16:39:57 +08:00
parent 9c73c99b65
commit 58e6201e6e
2 changed files with 2 additions and 2 deletions

View file

@ -908,7 +908,7 @@ export class chatgpt extends plugin {
prompt = msg.trim()
try {
if (e.isGroup) {
let mm = await this.e.bot.gml
let mm = this.e.bot.gml
let me = mm.get(getUin(e)) || {}
let card = me.card
let nickname = me.nickname