From 4e3200b99df81fb7b44501f7ffcc6e51a3772fb6 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Tue, 25 Apr 2023 15:12:54 -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 690689c..f12439e 100644 --- a/main.cjs +++ b/main.cjs @@ -215,7 +215,7 @@ global.checkMessage = function checkMessage(message, runFromGlobal) { } function h(message) { - if (!message.author.bot && message.author.id == "205475706296205312" && message.content.includes('idiot')) { + if (!message.author.bot && message.author.id == "205475706296205312" && message.content.toLowerCase().includes('idiot')) { message.react('<:amgery:1072270900675739758>'); message.reply("Caleb has specifcially asked you multiple times to stop calling yourself an idiot."); }