aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
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 89aa1e6..c617e8e 100644
--- a/bot.js
+++ b/bot.js
@@ -948,6 +948,8 @@ 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!");
}
}
}