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 } }) }