🦄 refactor: 更新撤回问题

This commit is contained in:
zhiyu1998 2022-11-25 19:57:52 +08:00
parent 823669e7d1
commit 20be1a51ab

View File

@ -243,7 +243,7 @@ export class mystery extends plugin {
await mongo.then(conn => {
return conn.aggregate([{ $sample: { size: MAX_SIZE } }]).toArray()
}).then((result) => {
result.forEach(async (item) => {
result.forEach((item) => {
images.push({
message: segment.image(item.url), ...template
})