From 04b78a00d0c10df02c7de4703c5d0b7cb6629f08 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 20 Oct 2017 19:49:49 -0400 Subject: Adding a new phrase for AM to say --- bot.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bot.js b/bot.js index 8836504..7c421ab 100644 --- a/bot.js +++ b/bot.js @@ -923,6 +923,12 @@ function messageChecker(oldMessage, newMessage) { message.reply("Is it me you're looking for?"); } else if (msg.toLowerCase().includes("i") && (msg.toLowerCase().includes("love") || msg.toLowerCase().includes(":heart:") || msg.toLowerCase().includes("<3"))) { message.reply("Aww! Thanks! :heart:"); + } else if (msg.toLowerCase().includes("undertale")) { + 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"))){ + message.reply(":no_entry_sign: NO! THE SUN IS A DEADLY LAZER... Not anymore, there's a blanket."); } } } -- cgit v1.2.3