枫林 hace 3 meses
padre
commit
93f658a97d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib/Plugins.ts

+ 1 - 1
src/lib/Plugins.ts

@@ -19,7 +19,7 @@ import {
 import * as fs from 'fs'
 import * as path from 'path'
 // 获取指令前缀
-import {Botconfig as config, PermissionConfig} from './config.js'
+import {Botconfig as config, load, PermissionConfig, saveConfig} from './config.js'
 import {ImageSegment, ReplySegment, TextSegment} from "node-napcat-ts/dist/Structs.js";
 import {fileURLToPath} from 'node:url';
 import {qqBot} from "../app.js";