From a1b0bab40a983db6ed337fa797673d5fb80f9a16 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 08:01:39 -0800 Subject: [PATCH] fix --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);