From 7b29493a5dd3776dd59c6aad5a40af05b38499ee Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 20 Oct 2017 21:22:46 -0400 Subject: More fixes --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 14fc386..acaa900 100644 --- a/bot.js +++ b/bot.js @@ -927,7 +927,7 @@ 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:"); -- cgit v1.2.3