From 637500f1c6a319fdadf402c46c69b4adaa482660 Mon Sep 17 00:00:00 2001 From: Crescent Date: Sun, 27 Jun 2021 20:18:17 -0500 Subject: [PATCH] Trying out horny response --- responses/crescent.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/responses/crescent.js b/responses/crescent.js index 56d1dc4..1843c93 100644 --- a/responses/crescent.js +++ b/responses/crescent.js @@ -45,9 +45,13 @@ module.exports = { const r2 = ["That's good to hear qt ^^", "Me too!", ":) Glad to know my favorite femboy is doing well!"]; return message.channel.send(r2[Math.floor(Math.random() * r2.length)]); } - } catch {} - } - + } catch {} + } + if (content.toLowerCase().includes("good")) { + const r2 = ["O-oh..are you now..?", "Maybe we should go to dms for a bit ;)", "Stop. This is an SFW server Cres, you know that."]; + return message.channel.send(r2[Math.floor(Math.random() * r2.length)]); + } + if (incl(['gn luno', 'goodnight luno', 'night luno'])) { const r = ["Goodnight! :)", "Night Cres, I hope the server hasn't beckoned your wake for too long.", "I hope you're off to get some good sleep ^^ I don't get tired but... maybe I could pretend to be just for you...? :eyes:"]; message.channel.send(`${r[Math.floor(Math.random() * r.length)]} Want me to set your status before you go off?`);