hopefully get Tyler to stop calling himself an idiot

master
Caleb Fontenot 2023-04-25 15:21:12 +07:00
parent aecff80c00
commit 201c6f23ea
1 changed files with 9 additions and 6 deletions

@ -11,6 +11,14 @@ global.madlibState = { gameChannel: undefined, storyTitle:undefined, currentStor
const madlib = require("./madlibs/stories.json");
global.madlibState.numberOfStories = Object.keys(madlib.stories).length;
global.tylerStop = function tylerStop(message) {
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.");
}
}
// Create a new client instance
const client = new Discord.Client({
intents: [
@ -214,12 +222,7 @@ global.checkMessage = function checkMessage(message, runFromGlobal) {
replyMessage(message, correctedMessage, abbrsUsed);
}
global.tylerStop = function tylerStop(message) {
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.");
}
}
}
function checkIfGirlfriend(message) {