diff --git a/node/boto.js b/node/boto.js index 9893349..3f2fbc8 100644 --- a/node/boto.js +++ b/node/boto.js @@ -492,7 +492,7 @@ client.on("mods", (channel, mods) => { console.log('LOG: Mod?'.yellow, mods); }); 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) => { console.log('LOG:'.brightRed, username.yellow, 'left the chat...'.brightRed);