优化 标准输入适配器 优先连接

This commit is contained in:
🌌 2023-06-26 23:52:17 +08:00
parent 94b3519100
commit 018fa28460
2 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ export default class Yunzai extends EventEmitter {
} }
async run() { async run() {
await import("./plugins/stdin.js")
await PluginsLoader.load() await PluginsLoader.load()
await ListenerLoader.load() await ListenerLoader.load()
this.serverLoad() this.serverLoad()