Disable checkMessage()

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-08-06 11:43:46 -05:00
parent 3e6c40f9c6
commit 4d725c3867

View File

@ -13,7 +13,7 @@ global.madlibState.numberOfStories = Object.keys(madlib.stories).length;
var triggeredByMaci = false; var triggeredByMaci = false;
global.tylerStop = function tylerStop(message) { global.tylerStop = function tylerStop(message) {
if (!message.author.bot && message.author.id == "205475706296205312" && message.content.toLowerCase().includes('idiot')) { if (!message.author.bot && message.author.id == "205475706296205312" && message.content.toLowerCase().includes('idiot')) {
message.react('<:amgery:1072270900675739758>'); //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.");
} }
} }