diff --git a/apps/bym.js b/apps/bym.js index f211fd1..1e187c5 100644 --- a/apps/bym.js +++ b/apps/bym.js @@ -305,6 +305,9 @@ export class bym extends plugin { if (Config.azSerpKey) { tools.push(new SerpTool()) } + if (Config.azSerpKey) { + tools.push(new SerpTool()) + } if (e.group.is_admin || e.group.is_owner) { tools.push(new EditCardTool()) tools.push(new JinyanTool()) @@ -349,7 +352,7 @@ export class bym extends plugin { await downImg(e, opt.image); continue; } - + if (t) { let finalMsg = await convertFaces(t, true, e) logger.info(JSON.stringify(finalMsg))