colors test

This commit is contained in:
Sarimoko 2022-02-14 16:24:13 -08:00
parent bd122f444e
commit f78d84f8a6
1 changed files with 1 additions and 1 deletions

View File

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