aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/bot.js b/bot.js
index 5c3f5b7..e613d13 100644
--- a/bot.js
+++ b/bot.js
@@ -948,8 +948,6 @@ function messageChecker(oldMessage, newMessage) {
message.reply(":honeyfry: YAY! HONEYFRIES FOR EVERYONE :D");
} else if (msg.toLowerCase().includes("i") && msg.toLowerCase().includes("hate") && msg.toLowerCase().includes("you")) {
message.reply(":no_entry_sign: WHY YOU HATE ME :sob:");
- } else if (msg.toLowerCase().includes("tembot") || (message.mentions.users.has("361202413165608962"))) {
- message.reply("Oh that guy... THAT PERSON WHO LIKED UNDERTALE THAT STUPID PERSON!");
}
}
}