aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-20 21:45:05 -0400
committerUnknown <Alee14498@gmail.com>2017-10-20 21:45:05 -0400
commitd822ab415118f4997eadc0b061fa3813981c3681 (patch)
tree72059a84b127e20001042ed8e4a8f32cec9740cb
parent6e0cda4889d9e1036313f731b01a793576f8084d (diff)
downloadAstralMod-ATC-d822ab415118f4997eadc0b061fa3813981c3681.tar.gz
AstralMod-ATC-d822ab415118f4997eadc0b061fa3813981c3681.tar.bz2
AstralMod-ATC-d822ab415118f4997eadc0b061fa3813981c3681.zip
Revert "More phrases"
This reverts commit 664736ab4e4af3f180d29f0db2d487e3292b1f78.
-rw-r--r--bot.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot.js b/bot.js
index be68da3..97dd744 100644
--- a/bot.js
+++ b/bot.js
@@ -934,6 +934,9 @@ function messageChecker(oldMessage, newMessage) {
message.reply(":no_entry_sign: NO! PLEASE DON'T DIE YOU HAVE A PRECIOUS LIFE :sob:");
} else if (msg.toLowerCase().includes("die")) {
message.reply(":no_entry_sign: NO! I shall not die!");
+ } else if (msg.toLowerCase().includes("is") && (msg.toLowerCase().includes("this") && msg.toLowerCase().includes("server") && msg.toLowerCase().includes("real"))){
+ message.reply("Oh yeah, It's not like Rylan is still in this server...");
+ }
}
}
}