mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: replace getMemberMap with gml
This commit is contained in:
parent
9c73c99b65
commit
58e6201e6e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue