arting logs

This commit is contained in:
Sarimoko 2022-02-14 16:25:20 -08:00
parent f78d84f8a6
commit 44a9053ffe
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ client.on("hosting", (channel, target, viewers) => {
// CHAT | User Joined // CHAT | User Joined
// -------------------------------- // --------------------------------
client.on("join", (channel, username, self) => { 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') { //if(username === 'cho0tem') {
// client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`); // client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`);
//} //}