From 415244bd10274e9fd5918d8b88d4f71fda13a613 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Tue, 25 Apr 2023 15:22:56 -0500 Subject: [PATCH] hopefully get Tyler to stop calling himself an idiot --- main.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cjs b/main.cjs index 23278d8..b2ab31e 100644 --- a/main.cjs +++ b/main.cjs @@ -162,7 +162,7 @@ global.checkMessage = function checkMessage(message, runFromGlobal) { if (message.author.id == "1091120267851485215") { return; } - h(message); + tylerStop(message); console.log(`${message.author.tag} in #${message.channel.name} sent: ${message.content}`); } //console.log(message.author);