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)]); }