From cfd9fabcf58577e52582b7e28e4eb7521d57d5ad Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 14:22:25 +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 a3ab709..eb35db3 100644 --- a/node/boto.js +++ b/node/boto.js @@ -440,7 +440,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 |', '\x1b[33m%s\x1b[0m', username, '\x1b[36m%s\x1b[0m', 'joined the chat!'); + console.log('\x1b[36m%s\x1b[0m', 'LOG |', username, '\x1b[36m%s\x1b[0m', 'joined the chat!'); }); client.on("logon", () => { console.log('LOG: Logon ');