aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-20 20:29:56 -0400
committerUnknown <Alee14498@gmail.com>2017-10-20 20:29:56 -0400
commit816902963f66c828033e6837cc60b238487638d8 (patch)
tree18df70dea81f89ab4abfdb598debbfe525c07209 /bot.js
parenta30e555640e773bf3a190709d7699a2078ebfa11 (diff)
downloadAstralMod-ATC-816902963f66c828033e6837cc60b238487638d8.tar.gz
AstralMod-ATC-816902963f66c828033e6837cc60b238487638d8.tar.bz2
AstralMod-ATC-816902963f66c828033e6837cc60b238487638d8.zip
Bug fixes
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/bot.js b/bot.js
index 6aecf27..e0a99ed 100644
--- a/bot.js
+++ b/bot.js
@@ -930,13 +930,7 @@ function messageChecker(oldMessage, newMessage) {
} 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;
+ message.reply("I love magnets c:");
}
}
}