diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-20 20:27:43 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-20 20:27:43 -0400 |
| commit | a30e555640e773bf3a190709d7699a2078ebfa11 (patch) | |
| tree | f48da6e1ec87ed6392da191f7b50497afeb59c25 /bot.js | |
| parent | 04b78a00d0c10df02c7de4703c5d0b7cb6629f08 (diff) | |
| download | AstralMod-ATC-a30e555640e773bf3a190709d7699a2078ebfa11.tar.gz AstralMod-ATC-a30e555640e773bf3a190709d7699a2078ebfa11.tar.bz2 AstralMod-ATC-a30e555640e773bf3a190709d7699a2078ebfa11.zip | |
More phrases
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -929,6 +929,14 @@ function messageChecker(oldMessage, newMessage) { 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."); + } else if (msg.toLowerCase().includes("c:")) { + switch (Math.floor(Math.random() * 1000) % 4) { + case 0: + message.reply("I love magnets c:"); + break; + case 1: + message.reply("Aww thanks c:"); + break; } } } |
