mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +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
|
|
@ -470,7 +470,7 @@ export async function convertFaces (msg, handleAt = false, e) {
|
|||
let groupCardQQMap = {}
|
||||
if (handleAt) {
|
||||
try {
|
||||
groupMembers = await e.group.getMemberMap()
|
||||
groupMembers = e.bot.gml
|
||||
} catch (err) {
|
||||
console.error(`Failed to get group members: ${err}`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue