Update 'node/boto.js'
This commit is contained in:
parent
8255c59f62
commit
cfd9fabcf5
|
@ -440,7 +440,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('\x1b[36m%s\x1b[0m', 'LOG |', '\x1b[33m%s\x1b[0m', username, '\x1b[36m%s\x1b[0m', 'joined the chat!');
|
||||
console.log('\x1b[36m%s\x1b[0m', 'LOG |', username, '\x1b[36m%s\x1b[0m', 'joined the chat!');
|
||||
});
|
||||
client.on("logon", () => {
|
||||
console.log('LOG: Logon ');
|
||||
|
|
Loading…
Reference in New Issue