diff --git a/node/boto.js b/node/boto.js index eb012d3..3d53d9e 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('%cLOG |' + username + '%cjoined the chat', 'color:red;', 'color:green'); + console.log('\x1b[36m%s\x1b[0m', 'LOG |', username, '%cjoined the chat', 'color:red;', 'color:green'); }); client.on("logon", () => { console.log('LOG: Logon ');