From b3c99fb2d2647a213a8fe0759bf11fdbf2952bde Mon Sep 17 00:00:00 2001 From: Crescent Date: Sun, 27 Jun 2021 20:40:52 -0500 Subject: [PATCH] Horny v5 I swear to god if this works --- responses/crescent.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/responses/crescent.js b/responses/crescent.js index 2116605..a0f772f 100644 --- a/responses/crescent.js +++ b/responses/crescent.js @@ -25,7 +25,8 @@ module.exports = { const r = ["I was only trying to help Crescent..", "Someone's in a bad mood..", "I will peg you.", "I just wanted to make you happy Cres :("]; return message.channel.send(r[Math.floor(Math.random() * r.length)]); } - if (incl(["luno I'm horny", "Fuck me luno" ,"Peg me luno"])) { + + if (incl(["luno i'm horny", "fuck me luno" ,"peg me luno"])) { const r = ["Sorry..not in the mood..", "Maybe we should hop in dms for a bit..;)", "isn't this server SFW?", "Why can't we just cuddle? Why do you always just want to fuck me?"]; return message.channel.send(r[Math.floor(Math.random() * r.length)]); }