From 0e6b8ac8a49a3b7465eebf0b2bf4a6eecf95b343 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Sat, 7 Sep 2024 19:59:28 -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 51a93cd..7cb26ab 100644 --- a/main.cjs +++ b/main.cjs @@ -132,6 +132,7 @@ function replyMessage(message, correctedMessage, abbrsUsed) { } client.on('messageCreate', message => { + console.log(typeof(undefined) === undefined); console.log(typeof(message)); if (typeof(message) === undefined) { return;