From eefb4b96a1a76ca7c3243d49814b21e107b5934f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8C=8C?= Date: Fri, 7 Jul 2023 22:34:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20go-cqhttp=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=8F=91=E9=80=81=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/adapter/go-cqhttp.js | 1 + 1 file changed, 1 insertion(+) 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() {