From 78288a4820b7c83a74a50592bcdb78b860434152 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 20 Oct 2017 21:21:04 -0400 Subject: Fixes --- bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.js b/bot.js index e1ae4c8..14fc386 100644 --- a/bot.js +++ b/bot.js @@ -927,11 +927,11 @@ function messageChecker(oldMessage, newMessage) { message.reply("NO! **I HATE THAT GAME STUPID**.. oh sorry for calling you stupid will you love me again :frowning:"); } else if (msg.toLowerCase().includes("pokemon")) { message.reply("**I PLAY POKEMON GO EVERY...** Oh sorry about that uhh...."); - } else if (msg.toLowerCase().includes("can") && (msg.toLowerCase().includes("i") || msg.toLowerCase().includes("go") || msg.toLowerCase().includes("out"))){ + } else if (msg.toLowerCase().includes("can") || (msg.toLowerCase().includes("i") || msg.toLowerCase().includes("go") || msg.toLowerCase().includes("out"))){ message.reply(":no_entry_sign: NO! THE SUN IS A DEADLY LAZER... Not anymore, there's a blanket."); } else if (msg.toLowerCase().includes("c:")) { message.reply("I love magnets c:"); - } else if (msg.toLowerCase().includes("i") && (msg.toLowerCase().includes("want") || msg.toLowerCase().includes("to") || msg.toLowerCase().includes("die"))){ + } else if (msg.toLowerCase().includes("i") && (msg.toLowerCase().includes("want") && msg.toLowerCase().includes("to") && msg.toLowerCase().includes("die"))){ message.reply(":no_entry_sign: NO! PLEASE DON'T DIE YOU HAVE A PRECIOUS LIFE :sob:"); } else if (msg.toLowerCase().includes("die")) { message.reply(":no_entry_sign: NO! I shall not die!"); -- cgit v1.2.3