From 192a980f3b398a24978ef1631984c98c3872cc96 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Sat, 7 Sep 2024 19:58:47 -0500 Subject: [PATCH] fix bug causing a crash --- main.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cjs b/main.cjs index a81cb2e..fcee57b 100644 --- a/main.cjs +++ b/main.cjs @@ -152,6 +152,7 @@ client.on('messageCreate', message => { client.on('messageUpdate', (undefined, message) => { //checkMessage(newMessage, false); + console.log(typeof(undefined) === undefined)); console.log(typeof(message)); if (typeof(message) === undefined) { return;