修复 go-cqhttp 文件发送错误
This commit is contained in:
parent
2e7b022f14
commit
eefb4b96a1
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue