From ffc92cf962b8c984a796e9a74e10cde9ae57c3ca Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 13:54:51 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node/boto.js b/node/boto.js index 04afe33..37c17c9 100644 --- a/node/boto.js +++ b/node/boto.js @@ -19,6 +19,8 @@ const client = new tmi.Client({ client.connect(); +import test from `./test.js`; + //import { test } from "./ttv.js"; //test(); //import { rnguser } from "./rng.js";