diff --git a/utils/common.js b/utils/common.js index 9bf5b93..f9e2bda 100644 --- a/utils/common.js +++ b/utils/common.js @@ -715,9 +715,9 @@ export async function getImg (e) { if (e.source) { let reply let seq = e.isGroup ? e.source.seq : e.source.time - if (e.adapter === 'shamrock') { - seq = e.source.message_id - } + // if (e.adapter === 'shamrock') { + // seq = e.source.message_id + // } if (e.isGroup) { reply = (await e.group.getChatHistory(seq, 1)).pop()?.message } else { @@ -1355,4 +1355,4 @@ export function extractMarkdownJson(text) { } return mdJsonPairs -} \ No newline at end of file +}