Update 'node/boto.js'
This commit is contained in:
parent
880e4db900
commit
6e4d6b299a
|
@ -424,7 +424,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.say(channel, `/me BLEEP! BLOOP! @Sarimoko is auto-hosting various streamers! For more info: https://cord.sarimoko.com`);
|
||||||
});
|
});
|
||||||
client.on("join", (channel, username, self) => {
|
client.on("join", (channel, username, self) => {
|
||||||
console.log('\x1b[36m%s\x1b[0m', 'LOG |', username, '%cjoined the chat', 'color:red;', 'color:green');
|
console.log('\x1b[36m%s\x1b[0m', 'LOG |', username, 'joined the chat!');
|
||||||
});
|
});
|
||||||
client.on("logon", () => {
|
client.on("logon", () => {
|
||||||
console.log('LOG: Logon ');
|
console.log('LOG: Logon ');
|
||||||
|
|
Loading…
Reference in New Issue