aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/bot.js b/bot.js
index e17f2c0..be68da3 100644
--- a/bot.js
+++ b/bot.js
@@ -934,9 +934,6 @@ 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("i") && (msg.toLowerCase().includes("hate") && (msg.toLowerCase().includes("you")){
- message.reply("Why you hate me :sob:");
- }
}
}
}