From 7fc36a438c0219a7499852b4a1cde5e107ae1706 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 04:03:36 -0800 Subject: [PATCH] init --- node/boto.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/boto.js b/node/boto.js index 8499692..417c25c 100644 --- a/node/boto.js +++ b/node/boto.js @@ -21,8 +21,8 @@ const client = new tmi.Client({ client.connect(); -//import { rnguser } from "./rng.js"; -//rnguser(); +import { rnguser } from "./rng.js"; +rnguser(); //import { ttvalerts } from "./alerts.js"; //ttvalerts();