aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-20 21:39:45 -0400
committerUnknown <Alee14498@gmail.com>2017-10-20 21:39:45 -0400
commit67800f03c57721692285274c3143193ca10fc46c (patch)
treeb5dc28c575865cda41973187317363b773d95a24
parent664736ab4e4af3f180d29f0db2d487e3292b1f78 (diff)
downloadAstralMod-ATC-67800f03c57721692285274c3143193ca10fc46c.tar.gz
AstralMod-ATC-67800f03c57721692285274c3143193ca10fc46c.tar.bz2
AstralMod-ATC-67800f03c57721692285274c3143193ca10fc46c.zip
New phrases
-rw-r--r--bot.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/bot.js b/bot.js
index ee7017c..e17f2c0 100644
--- a/bot.js
+++ b/bot.js
@@ -65,7 +65,6 @@ const suggestionStartMessage = "**Make a suggestion**\n" +
"- Any misuse of this command, including (but not limited to) spam will lead to appropriate discipline from staff.\n\n" +
"**Here are some things not to suggest because they will be immediately declined.** This counts as misuse of the suggest command, so hit `q` now if you were going to suggest one of these.\n" +
"- New text/voice channels.\n" +
- "- Anything to do with AstralMod. For that, head to <https://github.com/vicr123/AstralMod> and file a bug report.\n" +
"- New bots.\n\n" +
"Wait 30 seconds, and then respond with `y` if you understood the above."
@@ -935,8 +934,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...");
+ } else if (msg.toLowerCase().includes("i") && (msg.toLowerCase().includes("hate") && (msg.toLowerCase().includes("you")){
+ message.reply("Why you hate me :sob:");
}
}
}