diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-20 19:49:49 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-20 19:49:49 -0400 |
| commit | 04b78a00d0c10df02c7de4703c5d0b7cb6629f08 (patch) | |
| tree | 39fe66bc6bcfe783651baf8ef10950f54237c0cf /bot.js | |
| parent | 563e810a7ffc3ac8ab274ed7c24691d82b8787ce (diff) | |
| download | AstralMod-ATC-04b78a00d0c10df02c7de4703c5d0b7cb6629f08.tar.gz AstralMod-ATC-04b78a00d0c10df02c7de4703c5d0b7cb6629f08.tar.bz2 AstralMod-ATC-04b78a00d0c10df02c7de4703c5d0b7cb6629f08.zip | |
Adding a new phrase for AM to say
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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."); } } } |
