修复 go-cqhttp 文件发送错误

This commit is contained in:
🌌 2023-07-07 22:34:50 +08:00
parent 2e7b022f14
commit eefb4b96a1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import { WebSocketServer } from "ws" import { WebSocketServer } from "ws"
import { randomUUID } from "crypto" import { randomUUID } from "crypto"
import path from "node:path" import path from "node:path"
import fs from "node:fs"
Bot.adapter.push(new class gocqhttpAdapter { Bot.adapter.push(new class gocqhttpAdapter {
constructor() { constructor() {