From 3726755c55d2e54aed8b0fd54be5839ec4ef113f Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Tue, 25 Apr 2023 15:11:16 -0500 Subject: [PATCH] hopefully get Tyler to stop calling himself an idiot --- main.cjs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/main.cjs b/main.cjs index afe24fa..690689c 100644 --- a/main.cjs +++ b/main.cjs @@ -154,7 +154,7 @@ global.checkMessage = function checkMessage(message, runFromGlobal) { if (message.author.id == "1091120267851485215") { return; } - //h(message); + h(message); console.log(`${message.author.tag} in #${message.channel.name} sent: ${message.content}`); } //console.log(message.author); @@ -215,8 +215,9 @@ global.checkMessage = function checkMessage(message, runFromGlobal) { } function h(message) { - if (!message.author.bot && message.author.id == "205475706296205312" && message.content.includes('h')) { - message.react('🇭'); + if (!message.author.bot && message.author.id == "205475706296205312" && message.content.includes('idiot')) { + message.react('<:amgery:1072270900675739758>'); + message.reply("Caleb has specifcially asked you multiple times to stop calling yourself an idiot."); } }