arting logs
This commit is contained in:
parent
f78d84f8a6
commit
44a9053ffe
|
@ -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`);
|
||||
//}
|
||||
|
|
Loading…
Reference in New Issue