docs: doc
This commit is contained in:
@@ -19,7 +19,5 @@ describe("blah", () => {
|
||||
client.events.on("error", (e) => console.error(e));
|
||||
|
||||
client.connect();
|
||||
|
||||
await new Promise((r) => setTimeout(r, 100000));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user