Disable checkMessage()

master
Chloe Fontenot 🏳️‍⚧️ 2024-08-06 11:48:34 +07:00
parent 4d725c3867
commit a24a19400e
1 changed files with 1 additions and 1 deletions

@ -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");
}
}