aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-20 21:26:15 -0400
committerUnknown <Alee14498@gmail.com>2017-10-20 21:26:15 -0400
commit664736ab4e4af3f180d29f0db2d487e3292b1f78 (patch)
tree1cac31a3ae2142e2f7b89cf6c6bdc22f9d42fa64 /bot.js
parent7b29493a5dd3776dd59c6aad5a40af05b38499ee (diff)
downloadAstralMod-ATC-664736ab4e4af3f180d29f0db2d487e3292b1f78.tar.gz
AstralMod-ATC-664736ab4e4af3f180d29f0db2d487e3292b1f78.tar.bz2
AstralMod-ATC-664736ab4e4af3f180d29f0db2d487e3292b1f78.zip
More phrases
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot.js b/bot.js
index acaa900..ee7017c 100644
--- a/bot.js
+++ b/bot.js
@@ -935,6 +935,8 @@ 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...");
}
}
}