From 44a9053ffeed70f91916711edeab9805c15a46a8 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 16:25:20 -0800 Subject: [PATCH] arting logs --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index 2d25782..6a66d5a 100644 --- a/node/boto.js +++ b/node/boto.js @@ -275,7 +275,7 @@ client.on("hosting", (channel, target, viewers) => { // CHAT | User Joined // -------------------------------- client.on("join", (channel, username, self) => { - console.log('LOG |'.bgBrightGreen, username.yellow, 'joined the chat!'.bgBrightGreen); + console.log('LOG |'.black.bgBrightGreen, username.yellow, 'joined the chat!'.black.bgBrightGreen); //if(username === 'cho0tem') { // client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`); //}