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())