This commit is contained in:
Sarimoko 2022-02-13 08:01:39 -08:00
parent da4c905226
commit a1b0bab40a
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ client.on("mods", (channel, mods) => {
console.log('LOG: Mod?'.yellow, mods); console.log('LOG: Mod?'.yellow, mods);
}); });
client.on("notice", (channel, msgid, message) => { client.on("notice", (channel, msgid, message) => {
console.log('LOG: Notice? '.yellow, msdid, message); console.log('LOG: Notice? '.yellow, msgid, message);
}); });
client.on("part", (channel, username, self) => { client.on("part", (channel, username, self) => {
console.log('LOG:'.brightRed, username.yellow, 'left the chat...'.brightRed); console.log('LOG:'.brightRed, username.yellow, 'left the chat...'.brightRed);