From 002a715d5a5948d71cfd25c78a2d387948d8952f Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:49:35 +0700 Subject: [PATCH] nvm it doesn't work --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4561a36..9988598 100644 --- a/index.js +++ b/index.js @@ -42,7 +42,7 @@ io.on('connection', (socket) => { vm = new VM({ timeout: 3000, sandbox: { - get bridge () { return proxy }, + bridge: () => proxy, randomstring, ChatMessage, mc,