From 6e4d6b299a4255f216e8f1d0ec5f9f27475b95f7 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 14:19:20 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index 3d53d9e..6bacd12 100644 --- a/node/boto.js +++ b/node/boto.js @@ -424,7 +424,7 @@ client.on("hosting", (channel, target, viewers) => { client.say(channel, `/me BLEEP! BLOOP! @Sarimoko is auto-hosting various streamers! For more info: https://cord.sarimoko.com`); }); client.on("join", (channel, username, self) => { - console.log('\x1b[36m%s\x1b[0m', 'LOG |', username, '%cjoined the chat', 'color:red;', 'color:green'); + console.log('\x1b[36m%s\x1b[0m', 'LOG |', username, 'joined the chat!'); }); client.on("logon", () => { console.log('LOG: Logon ');