diff --git a/utils/message.js b/utils/message.js index bc2cc77..976432f 100644 --- a/utils/message.js +++ b/utils/message.js @@ -217,6 +217,12 @@ export async function toYunzai (e, contents) { } } } + if (forward.length > 1) { + const newForward = [await common.makeForwardMsg(e, forward, '多次思考过程')] + return { + msgs: msgs.filter(i => !!i), newForward + } + } return { msgs: msgs.filter(i => !!i), forward }