From 3101da15e48f6c8a3fb30d24bbad486a132fe15e Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Sun, 9 Jul 2023 16:51:43 +0700 Subject: [PATCH] add setImmediate and setTimeout --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 9988598..17bf26f 100644 --- a/index.js +++ b/index.js @@ -47,7 +47,9 @@ io.on('connection', (socket) => { ChatMessage, mc, moment, - crypto + crypto, + setImmediate, + setTimeout } }) }