瀏覽代碼

合并代码

枫林 3 月之前
父節點
當前提交
93f658a97d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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";