docs: doc

This commit is contained in:
2025-07-06 22:30:38 +09:00
parent 5cbe36fcd0
commit 1a9cb30c3e
26 changed files with 2186 additions and 34 deletions

View File

@@ -19,7 +19,5 @@ describe("blah", () => {
client.events.on("error", (e) => console.error(e));
client.connect();
await new Promise((r) => setTimeout(r, 100000));
});
});