This commit is contained in:
ycxom 2024-12-31 16:01:48 +08:00
commit 467212cc22

View file

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