refactor(bym): 移除 SystemCommandTool

- 谢谢你vscode
This commit is contained in:
ycxom 2025-01-04 15:58:18 +08:00
parent b98ab6b634
commit 78002840b3
2 changed files with 0 additions and 89 deletions

View file

@ -20,7 +20,6 @@ import { SerpTool } from '../utils/tools/SerpTool.js'
import { initializeImageTool } from '../utils/tools/ImageTool.js'
import { DailyNewsTool } from '../utils/tools/DailyNewsTool.js'
import { SendMessageToSpecificGroupOrUserTool } from '../utils/tools/SendMessageToSpecificGroupOrUserTool.js'
import { SystemCommandTool } from '../utils/tools/SystemCommandTool.js'
const DefaultConfig = {
returnQQ: [],
@ -323,8 +322,6 @@ export class bym extends plugin {
tools.push(new SetTitleTool())
}
// 你没见过bot能控制系统吗
tools.push(new SystemCommandTool())
const imageTool = await initializeImageTool(e, previousRole, bymGo)
if (Config.AutoToDownImg) {
tools.push(imageTool)