diff --git a/plugins/adapter/go-cqhttp.js b/plugins/adapter/go-cqhttp.js index e6cdaa4..12e8d29 100644 --- a/plugins/adapter/go-cqhttp.js +++ b/plugins/adapter/go-cqhttp.js @@ -1,6 +1,7 @@ import { WebSocketServer } from "ws" import { randomUUID } from "crypto" import path from "node:path" +import fs from "node:fs" Bot.adapter.push(new class gocqhttpAdapter { constructor() {