From a24a19400e22fd118ec992524188fea6947299e6 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Tue, 6 Aug 2024 11:48:34 -0500 Subject: [PATCH] Disable checkMessage() --- main.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cjs b/main.cjs index f40ce46..75a8cb1 100644 --- a/main.cjs +++ b/main.cjs @@ -14,7 +14,7 @@ var triggeredByMaci = false; global.tylerStop = function tylerStop(message) { if (!message.author.bot && message.author.id == "205475706296205312" && message.content.toLowerCase().includes('idiot')) { //message.react('<:amgery:1072270900675739758>'); - message.reply("Chloe has specifcially asked you multiple times to stop calling yourself an idiot."); + message.reply("Chloe has specifcially asked you multiple times to stop calling yourself an idiot.\n <@768126842497925132> wants you to know that you're actually a good fawn"); } }