From dd3c1fbb2ea516031610a9a17d397355b4f7d947 Mon Sep 17 00:00:00 2001 From: Crescent Date: Wed, 14 Jul 2021 18:04:02 -0500 Subject: [PATCH] Wet response fix --- responses/crescent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/crescent.js b/responses/crescent.js index f03695b..556269d 100644 --- a/responses/crescent.js +++ b/responses/crescent.js @@ -31,7 +31,7 @@ module.exports = { return message.channel.send(r[Math.floor(Math.random() * r.length)]); } - if (incl(["luno I'm wet", "luno I'm so moist" ,"I'm wet"])) { + if (incl(["luno I'm wet", "luno I'm so moist" ,"i'm wet"])) { const r = ["Need a paper towel?", "B-but I didn't do anything!", "Someone get the fucking mop..", "My god stop being horny", "Someone save me from this girl..", "Stop staring at my tail."]; return message.channel.send(r[Math.floor(Math.random() * r.length)]); }