colors test
This commit is contained in:
parent
bd122f444e
commit
f78d84f8a6
|
@ -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 |'.brightBlue, username.yellow, 'joined the chat!'.brightBlue);
|
console.log('LOG |'.bgBrightGreen, username.yellow, 'joined the chat!'.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`);
|
||||||
//}
|
//}
|
||||||
|
|
Loading…
Reference in New Issue